buntin.org

Category: Uncategorized

Leiningen + Clojure + Google App Engine = Interesting…

So today I started messing around with Google App Engine for Java today.  I thought it would be interesting to see how I might get this done with Leiningen.  You can take a peek at what I did in the github repo.
Basically all you do is:

$ lein deps
$ lein compile
$ dev_appserver.sh war

And that serves up [...]

Introducing Humongous

Yesterday I released a simple web interface to mongoDB named Humongous, and I mean simple.  It is written in Clojure and should be really simple to get up and running given you have leiningen installed.  I really don’t have any idea where it will go from here but I want to maintain its simplicity and [...]

Moved to Wordpress

I got so sick and tired of dealing with comment spam I have moved my blog to Wordpress.  I plan on migrating all of the content (that was actually looked at) in the next day or two.  Stay tuned…

Remote Pair Programming

I know I haven’t always been the biggest fan of pair programming but I don’t think [in my past life](http://www.cabedge.com) it wasn’t a feasible solution.  At [work](http://www.notifymd.com) the other day we came up with a solution for pair programming while we are working from home.  We knocked it out and man it is pretty sweet.
Here [...]

Authorize.net Clojure library

Here is my first stab at building a quick clojure library http://sethtrain.github.com/clojure-authorize/

Clojure

Website: http://www.clojure.org
A buddy of mine told me about a new Lisp dialect called Clojure. I have never used Lisp before (other than setting up my Emacs environment) but this looks cool, if you can get over looking at all the parentheses. The language is built on top of the JVM so you have [...]