Month: August 2015

  • No-hashes bidirectional routing in re-frame with bidi and pushy

    No-hashes bidirectional routing in re-frame with bidi and pushy

    Note: this is a bidi counterpart to the silk article: No-hashes bidirectional routing in re-frame with silk and pushy. The content is very similar, only the code changes. I recently replaced secretary with bidi and pushy in a re-frame project that was created fresh out of leiningen template and this is how I did it, but first, the…

  • to-jdbc-uri 0.3.0 released

    to-jdbc-uri 0.3.0 released

    We just released a new version of to-jdbc-uri, 0.3.0, with MySQL support (courtesy of Joe Kutner). Grab it while it’s hot: https://clojars.org/to-jdbc-uri We also improved the documentation: https://github.com/carouselapps/to-jdbc-uri

  • No-hashes bidirectional routing in re-frame with silk and pushy

    No-hashes bidirectional routing in re-frame with silk and pushy

    Update: there’s a version of this article that uses bidi instead of silk: No-hashes bidirectional routing in re-frame with bidi and pushy. The content is very similar, only the code changes. I recently replaced secretary with silk and pushy in a re-frame project that was created fresh out of leiningen template and this is how I did it, but…

  • Macros, the Lisp advantage

    Macros, the Lisp advantage

    Learning about macros in Lisps was one of my biggest whoa-moments in my programming career and since then I’ve given presentations about them to audiences ranging from 1 to 100 people. I have a little script that I follow in which I implement a custom form of the if-conditional. Unfortunately, I don’t think I’ve managed…