A mysterious “your generator isn’t a generator” message from GWT compiler at the deferred binding stage. Digging deeper revealed it’s something else.
All posts for the month November, 2009
Solving a GWT deferred binding mystery
Posted by Kevin J. Qiu on November 18, 2009
http://reminiscential.wordpress.com/2009/11/18/solving-a-gwt-deferred-binding-mystery/
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 [...]
Posted by Kevin J. Qiu on November 11, 2009
http://reminiscential.wordpress.com/2009/11/11/setting-up-a-clojure-project-with-maven/
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 [...]
Posted by Kevin J. Qiu on November 10, 2009
http://reminiscential.wordpress.com/2009/11/10/programming-collective-intelligence-in-clojure/