Just moved blog to a new server. The old one got some weird connection issues (still investigating) that kept blog on and off for last couple of days.
Thanks for patience :)
Continue reading →
Literate programming with Monroe and org-mode
I'm starting to like literate programming with org-mode more and more, so I decided to try it in a small Clojure project. I'm aware of Marginalia, but since I'm planning to mix Clojure code with shell scripts and draw some charts, Marginalia won't be much of a help here.
By default, org-mode does not have support for Monroe as REPL backend, and with some elisp bending, we are going to add it.
The Code
Continue reading →This is minor release, which applies byte-compile fix sent by Syohei Yoshida.
In short, monroe was using (loop)
from Emacs cl
package, without
importing it first; when you'd byte-compile it, Emacs would throw some
warnings and error, preventing further compilation.
This release should be instantly visible on MELPA and I'm going to push it on Marmalade soon, skipping 0.3.0 version.
Continue reading →