Skip to content

Instantly share code, notes, and snippets.

@halgari
Created May 28, 2014 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halgari/770de2f8e5f86cff249f to your computer and use it in GitHub Desktop.
Save halgari/770de2f8e5f86cff249f to your computer and use it in GitHub Desktop.
1) Concurrecy can be made simpler (if not completely painless) via immutability
2) Working with "plain data" can mean a end to endless wrapper classes
3) The REPL allows coding via experimentation, makes prototyping fast.
4) Clojure programs will be (on average) 3-6x smaller than equivalent C# programs
5) You can get all this and your code can still be lightning fast
6) You can get all this without knowing about Monads :-P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment