Subscribe
Social
/dev/random (Tumblr)
@LukeMaciak (Twitter)
+Luke Maciak (Google+)
Community
- /fun (forum)
- /code (forum)
- terminalists (steam group)
Tag Archives: lisp
Clojure: Lisp on the JVM
I have found a new toy! It is called Clojure. What is it? It is a Lisp dialect that runs on the JVM. Hey, hey, where are you going! Crap! Around 85% of the readers just left the site in … Continue reading
Lisp: Parse and Aggregate a CSV File
Yesterday I wrote about that little problem aggregating data in a big csv file. Just for shits and giggles, here is the lisp code to parse and aggregate a file like that. It assumes that we group the entries based … Continue reading