Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.39 KB

week0008-CooperativeChaos.md

File metadata and controls

40 lines (30 loc) · 1.39 KB

Week 0008 "Cooperative Chaos"

2015-07-20

This week, let's give our editors (and search engines) a workout!

We'll tag-team the learning of several programming languages by each taking one or more languages that sound interesting to ourselves personally, and implement some portion of the below common language traits. At the end of the first hour (7pm-8pm) we'll stop coding and start sharing what we did.

To recap:

  1. Pick a language
  2. Setup your computer (or find a web site) to be able to use the language.
  3. Implement one or more of the below traits.
  4. Show us what you did!

Programming language traits

  1. Produce output (echo, print, etc)
  2. Accept user input
  3. Use loops/iteration (for, while, until, etc)
  4. Do a little math
  5. Point out an object (if the lang supports objects)
  6. Use code grouping mechanics (functions/methods)
  7. Demonstrate primitive types (integer, string, boolean, float, character, etc)
  8. Leverage data structures (array, list, hashmap, dictionary, stack, queue, etc)
  9. Show use of a library (import/require/use/include)
  10. Make a network call
  11. Use a database

Possibly useful resources: