• Undefining/uninterning a symbol in Clojure

    March 24, 2010

    How do you undef / unintern a symbol in Clojure? (ns-unmap 'namespace 'symbol).

  • Clojure SQL Dates and Times with Joda

    March 24, 2010

    The date and time classes built into Java are a horrible mess. What are Clojure programmers to do? Use Joda Time instead. Joda Time is coherently designed and easy to use.

  • Setting Clojure’s Log Level

    March 14, 2010

    Clojure.contrib.logging doesn’t have any way to set the log level. This is obviously a problem if you want to make use of various log levels (debug, warn, etc.) to separate different logging depths. Here’s a function to set the logging level.

  • Libcurl bindings for Java on Macintosh

    March 13, 2010

    Libcurl’s Java bindings now compile on Macintosh, with a few minor modifications to the Makefile. Get the code from my Github account.

  • Yahoo Finance in Clojure

    March 13, 2010

    A Clojure version of my Yahoo Finance Ruby gem seemed like an interesting challenge and a good way to learn Clojure better. This version uses Apache HttpClient, which is significantly slower than libcurl. A libcurl version is on the way.

  • Remote debugging Clojure and Leiningen

    March 12, 2010

    You can enable remote debugging of your Clojure / Leiningen programs by setting JVM flags in the JAVA_OPTS environment variable at startup.

  • Pizzoccheri recipe

    March 11, 2010

    Fettuccine pizzoccheri recipe, baked with mozzarella and Parmesan cheese to make something like an Italian rösti.

  • JNI, Leiningen, and the :native-path argument

    March 4, 2010

    How to load JNI native libraries via Leiningen’s undocumented :native-path argument, for installation of Rincanter.

  • Stella Mare, Santa Barbara Restaurant Review

    March 1, 2010

    Stella Mare in Santa Barbara is one of the best restaurants I’ve ever been to. No exaggeration; this is not something I write lightly. Every aspect of the restaurant itself and every dish is well thought out and perfectly executed. It’s a bit pricey, but you get what you’re paying for. Print PDF

 
Copyright © 2009 Paul Legato. All rights reserved. Theme based on Shlomi Noach, openark.org