OCaml Tricks: Matching with Curry

12 May 2013

f = function… is a shortcut of f x = match x. For instance, (* Find the k'th element of a list. *) let rec at k = function |...

Build org-mode sites automatically26 Apr 2013

In my last blog, I introduced a way of publishing org-mode files using org-jekyll. But it's not convenient enough. You still have to type some commands for generating and publishing....

How to blog with org-jekyll17 Apr 2013

This is about how to write blogs using org-mode and to publish with jekyll. First, I'd like to thank Juan Reyero for his great work – org-jekyll that glues org-mode...