read


read
or learn more

Unk

Jun 20, 2011 some comments

unk is a memoization library for Clojure that provides an extension to the base capabilities. Using unk unk is easy to use. Leiningen [unk “0.9.0”] Maven <dependency> <groupId>unk</groupId> <artifactId>unk</artifactId> <version>0.9.0</version> </dependency> Source Unk is on the Githubs. Straight-up replacement unk can be used in place of clojure.core.memoize. (def slowly (fn [x] (Thread/sleep 3000) x)) (time […]

Potion

Aug 31, 2009

So I agreed to maintain why the Lucky Stiff’s source code repository for the Potion programming language, but I’m not sure what, if anything, I will do to it. Initially I plan to gather as much documentation as possible, but thereafter … who knows. Maybe I will try to implement the missing features in-place as […]

Continue