- Blogged about advantages of #clojure like polymorphism via #protocols for #JS & about my prototype implementation
(via @gozala) —
Another novel idea in Clojure beign ported to other languages: “Not a long time ago I learned about clojure’s polymorphism constructs and protocols. I was so inspired by a porwer and flexibility of protocol based polymorphism that I decide to prototyped it for JS. In this post I will try to give you a taste of protocols and maybe even motivate you give them a try.”
- Just published: Clojure founder Rich Hickey discusses future of the functional JVM language
(via @InfoWorld) —
InfoWorld interviewed Rich Hickey during Clojure/West 2012 and decided to slap this catchy title “Clojure inventor Hickey now aims for Android” on the headline. Not sure this is what RH said…
- New Counterclockwise Version 0.6.0
(via @petitlaurent) —
Most notable is support for Clojure 1.3 and syntax highlighting tweaks.
- was wondering about this ... yay \o/
(via @j1n3l0) —
Yay indeed! With the upcoming new version of leiningent lein2 and its included library pomegranate you can now add libraries to your classpath directly within the REPL, while also bringing in all the transitive dependencies for such library, maven-style. No more need to have exit and reload the REPL for such matters.