read


read
or learn more

Clojure Obscura

Jul 9, 2012

Below is a list of projects and ideas manifesting in, or discussed in relation to, Clojure. The common thread between the items is that they represent a different way of thinking about the art of programming in Clojure, or otherwise.

In no particular order.

Please let me know if I’ve left something out.

8 Comments, Comment or Ping

  1. Colin Taylor

    Great list, it’s what I’ve wanted to point to when I’ve handwaved about Clojure’s innovative ecoystem.

    Mr Grand’s sjacket (https://github.com/cgrand/sjacket) is worthy of inclusion under AOP: (def input1 “(z (a ;comment b)) (4/2 d))”)

    (deftest rename1 (is (= (sj/transform-src input1 1.5 (constantly ‘zoo)) “(zoo (a ;comment b)) (4/2 d))”)))

    Jim Duey’s Conduit could go under Code Org. as could Storm. I think Cascalog needs inclusion somewhere too.

  2. Piotr

    Shouldn’t you contribute to http://www.clojure-toolbox.com ?

  3. @chas

    I stink.

  4. Sergey Pariev

    Also, https://github.com/bodil/catnip could go under Coding, very nice editor

  5. Any specific reason you left out kibit? https://github.com/jonase/kibit/

    I’m not seeing much in the static analysis field in Clojure, anyway :(

  6. I would love to see Lamina: https://github.com/ztellman/lamina/ and Aleph: https://github.com/ztellman/aleph/ on here.

    Lamina is fantastic for working with events, and provides a large number of useful tools for working with streams of data.

    Aleph is useful for the IO side of evented programming, exposing Netty via lamina.

  7. Clojure on Go?

Reply to “Clojure Obscura”