read


read
or learn more

Marginalia has a new home.

Aug 12, 2013

A few days ago I posted that I was looking for a new home for Marginalia and today I am happy to say that I have found one. Gary Deer has graciously agreed to take the reins and push Marginalia in new and exciting directions. Two projects fall under the Marginalia banner: Marginalia https://www.github.com/gdeer81/marginalia lein-marginalia […]

_why’s Potion — a new home

Aug 11, 2013

In August of 2009 I assumed the role of maintainer of the Potion programming language created by _why the Lucky Stiff. Over the past 4 years I’ve performed maintenance, added features and managed patches to the codebase. While I’ve always enjoyed the language and the codebase itself, I never viewed that language as truly mine.1 […]

Marginalia needs a home

Aug 7, 2013

A long time ago I wrote a blog post entitled The Marginalia Manifesto that described my motivations for developing the Marginalia documentation system. While much of what I wrote about documentation still holds in my own mind, I have long since become a mere user of my own software. That is, what Marginalia does right […]

Announcing: core.memoize v0.5.4

Jun 4, 2013

core.memoize is a Clojure contrib library providing the following features: An underlying PluggableMemoization protocol that allows the use of customizable and swappable memoization caches that adhere to the synchronous CacheProtocol found in core.cache Memoization builders for implementations of common caching strategies, including: First-in-first-out (memo-fifo) Least-recently-used (memo-lru) Least-used (memo-lu) Time-to-live (memo-ttl) Naive cache (memo) that duplicates […]

Announcing: lein-simpleton

Apr 9, 2013 some comments

At various times I’ve needed something very similar to python -m SimpleHTTPServer <port> readily accessible in my Clojure projects. Most of the time I just used Python but recently I’ve wanted to rework some examples from The Joy of Clojure and thought a simple Lein plugin would make a nice addition. The result: lein-simpleton — […]

Continue << >>