Archive for the ‘Clojure’ Category

Hiding Clojure and Elisp docstrings in Emacs

Saturday, June 15th, 2013

Docstrings are nice but some hours ago I just realized that they were taking up too much space, limiting my overview of the code.... Read More

Using a Clojure Macro to Recreate Picolisp’s Make Environment

Saturday, May 25th, 2013

Today I wanted to look into Clojure’s macro functionality and I thought recreating Picolisp’s make environment would be a fairly easy exercise.... Read More

Emacs 24 and Clojure

Wednesday, April 24th, 2013
emacsfolder.png

So there’s been a while since I last dabbled in Clojure and a lot has happened.... Read More

Downloading binary files with Clojure

Saturday, February 26th, 2011

In addition to the FRED stuff we downloaded and parsed in the prior tutorial we now need the commodities too, they can be found on the USGS homepage.... Read More

Leiningen and running Ring / Jetty on the fly

Friday, February 18th, 2011

That damn Leiningen et al breaks with the past all the time, the docs at the page of the run plugin are already out of date.... Read More

Clojure and MySQL

Sunday, February 13th, 2011

It’s time to start saving the data we downloaded in the prior part in a MySQL database.... Read More

Parsing Economic data with Clojure

Sunday, February 13th, 2011

I’ve just got it into my head that I want to do some economical research and set out to find a big set of data, which I quickly did in the form of the St Lous FED’s FRED API/service.... Read More

MongoDB, Clojure, JSON and PHP – CongoMongo issues and solutions

Friday, December 31st, 2010

I’m currently working on a project where I use MongoDB and Clojure to create an API only type of service. Other sites of ours are connecting to this service, these sites are all made with PHP at the moment.... Read More

File uploads with Clojure, Ring and Compojure

Sunday, December 19th, 2010

I just found a great write up on how to upload files by Nikola Plejić. It’s a little bit sparse though so below I’ll revisit it with my own additions.... Read More

Autocompletion, Jump to documentation, Swank and Slime

Wednesday, November 3rd, 2010

In the prior part I stated that I would look into autocompletion and documentation lookup/jumping and that’s exactly what I’ve done and I’m happy with the results.... Read More