ClojureBridge / curriculum

Curriculum for the ClojureBridge workshop series.
https://clojurebridge.github.io/curriculum/
482 stars 199 forks source link

Fix for issue 54 #101

Closed rubygeek closed 10 years ago

rubygeek commented 10 years ago

Moved keywords to this page and removed from DataStructures page since it doesn't make sense till its used. Will fix Issue #54

add more examples of data structures in collections of collections

Put the examples of map functions inline with the descriptions, easier to read through without having to jump around.

When discussing with Norman and reviewing i removed the bit about commas being whitespace and could be used to separate key/value pairs in maps. If someone is having problems understanding and have done programming in languages that do separate with commas then we can mention it but I don't think it should be put in the curriculum. Styleguide says not to use commas.

Exercises, added links to docs and more detail to hints as I at first had some problems figuring it out myself.

bridgethillyer commented 10 years ago

+1 thanks @rubygeek !

rubygeek commented 10 years ago

updated to refer back to Functions where map has already been introduced, good point, maybe more clear now.

davidchambers commented 10 years ago

+1