Why outliners?.
Monthly Archives: April 2014
Clojure
OK. Consider me won over. Lisp is great to work with. The things that grabbed me about FP in Erlang and Haskell (pattern-matching arguments, partial application, lazy evaluation) are all here. My code is as concise as Erlang and damned nearly as concise as Haskell (I think the line count is similar though the number …
Steam Lisp
Stanislav of Loper OS on Steam Lisp.
Clojure Debugging
Has to be said that Clojure’s runtime debugging support is the worst ever. A call stack of irrelevant Java information and no idea which line of Clojure actually triggered the error. At least with CoffeeScript you can look into the Javascript at the appropriate line-number and see sort of what it’s doing and then map …
Clojure / Quil
Having decided that this year was my Haskell year, I now find myself dabbling with … er … Clojure. Why? Well, basically because of Quil which is a wrapping of the Processing library for Clojure. I need to do some Processing-like graphics, and I want to learn the FP way of doing it. Haskell would …