Macropis – a Web Development Framework in PicoLisp
Monday, September 16th, 2013Macropis is a web dev framework that aims to eliminate the tedious parts of creating new applications and sites.... Read More
Macropis is a web dev framework that aims to eliminate the tedious parts of creating new applications and sites.... Read More
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
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
So there’s been a while since I last dabbled in Clojure and a lot has happened.... Read More
Most of the most commonly used and useful Linux commands needs a file as input, in the shell this can be circumvented by for instance a line like this: echo “hej” | md5sum.... Read More
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
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
It’s time to start saving the data we downloaded in the prior part in a MySQL database.... Read More
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