Hacker News new | past | comments | ask | show | jobs | submit login
Clojure Cheat Sheet [pdf] (cloud.github.com)
45 points by swannodette on Oct 1, 2009 | hide | past | favorite | 8 comments




It would be nice if each function/macro was linked to its documentation. Of course you can use (doc functionname) in the repl...


+1


Two typos: odd and even should be odd? and even?, since they are predicates. I'll cross-post this to the google group.

Thanks for this. Much needed.


I think Clojure will be my next major language. Been going back and forth between Haskell, Erlang, and Clojure. (Never liked Scala, lacks focus.)


What drove you away from Haskell? Expressiveness there is just awesome, it must've been hard to walk away from that.


I don't know what uggedal's reason is, but mine has to do with the JVM. Deploying nativity on the JVM is a pretty big deal. You've got entire enterprises with vested interest in your deployment platform and a Lisp as your language.


Haskell does seem very nice. However Haskell is fairly complex. It is telling that the Clojure cheat sheet takes up only 2 pages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: