Next week Chad (thank you Chad) is making Dev Club into a Meetup event, so invite all your techie friends! Conversations:
- The 7 Ingredients (you need to know to start programming in any language)
- how to set a variable (basic data types: numbers, strings, booleans)
- conditionals (if else statements, control flow)
- sets (this could be arrays, or lists, or hash maps or tuples, depending on the language)
- loops
- functions
- where to find the documentation
- how to actually execute your code
- Haskell
- There seem to be no variables, just function calls
- everything is an expression
- space delineated expressions (instead of curly braces, for example)
No comments:
Post a Comment