Clojure is cool
ahungry.com
Clojure is cool
1–10 of 133 posts
Re: Clojure is cool
#2Re: Clojure is cool
#3Re: Clojure is cool
#4Similarly, I would whole heartedly recommend the Common Lisp macro system (having myself discovering how to use it a few days back). The power it gives to the programmer is unmatched by any other system I have ever used (except maybe forth)
Re: Clojure is cool
#5nil is not. nil punning is a band-aid. Otherwise, I love the lang.
Re: Clojure is cool
#6Re: Clojure is cool
#7nil is not. nil punning is a band-aid. Otherwise, I love the lang.
I'm unsure of a good way to represent optionality in a dynamic language without a static type system. Or rather, doing so with the tools available -- core.match vs real pattern matching -- seems rather un-ergonomic.
I'm curious about your thoughts of what would be better.
Re: Clojure is cool
#8Re: Clojure is cool
#9Re: Clojure is cool
#10Maybe the clojure REPL should be renamed to something else to differentiate it from other language REPLs