
read or learn more
λ λ λ
Fogus' Thoughts on life, programming, and thinking

❤ c clj factor frink hs js org pure rb rkt qi ❤
Follow me on Twitter...
or RSS... ![]()
Run this blog in mobile
Once again it is time for my yearly rundown of the applications that I have found most useful over the past year (see entries for 2007, 2005, and 2004). Without further delay. Web Framework Jersey: There came a time at my job when the word REST 1 was being bandied about with impunity. Since I [...]
CLIPS Here’s how hash tables work for a simple rule. (defrule example (point-1 ?x) (point-2 ?x) =>) Let’s say you’ve got facts (point-1 1) through (point-1 100). When these facts are asserted, they’re stored in a hash table for the pattern (point-1 ?x) based on the value of ?x. If (point-2 53) is asserted, the [...]
In a (hopefully) ongoing series of blog posts named BookPr0n, I will highlight and briefly describe some interesting and (at times) obscure books that I come across. The books will tend to be technological in nature, but not exclusively so. The first in the series is the first book published by the immortal Gregory Chaitin [...]
Clojure love has spread to the Washington DC metropolitan area. dc.clj Blog dc.clj Google group dc.clj Wiki -m
I try to avoid this site being purely a link-dump (although my last post would contradict), but I have to say that Tony Morris’ latest functional post is exceptional. In just a few paragraphs he manages to elucidate the benefits of functional programming in a way that I have never been able to approach. It’s [...]
Continue >>