Solving a GWT deferred binding mystery

A mysterious “your generator isn’t a generator” message from GWT compiler at the deferred binding stage. Digging deeper revealed it’s something else.

Setting up a Clojure Project with Maven

In this blog post I’m going to record my recent experience in setting up a Clojure project using the clojure-maven-plugin. Clojure-Maven-Plugin First you need to compile the plugin from source: git clone git://github.com/talios/clojure-maven-plugin.git cd clojure-maven-plugin mvn install Of course, you will need to have Maven2 installed already. After that, the compiled plugin jar will be [...]

Programming Collective Intelligence in Clojure

They say the best way to learn a new programming language is by programming in it. Therefore I’m starting this project converting algorithms in the book Programming Collective Intelligence into Clojure, while learning the best practices and language idioms during the process. I’ve created a GitHub project for this. I’m not sure how far I’m [...]

Follow

Get every new post delivered to your Inbox.

Join 34 other followers