Sunday, September 12, 2010
While trying to set up Clojure under Cygwin I found that doing mixed-mode between Cygwin and Java isn’t very happy due to the ‘;’ vs ‘:’ in the classpath. This post (via this post) provided an obfuscated Ruby program to take care of that for you… thanks! #!/bin/ruby # Slightly obfuscated cygwin + windows java [...]
Wednesday, February 3, 2010
ParEdit (paredit.el) is a minor mode for performing structured editing of S-expression data. The typical example of this would be Lisp or Scheme source code. ParEdit helps keep parentheses balanced and adds many keys for moving S-expressions and moving around in S-expressions. That quote from EmacsWiki really undersells Paredit, though. Paredit makes it virtually impossible [...]
Swing is the GUI standard for Java. Clojure is the awesomeness standard for Java. (via Stuart)
In this post Alex shares his patch for adding Clojure support to the excellent LaTeX listings package.
Sunday, September 7, 2008
Here is an article about a “position paper of sorts that Rich Hickey has posted on Clojure’s Approach to Identity and State”. (via LtU)