Quantcast
Channel: brool » clojure
Browsing all 5 articles
Browse latest View live

Tokyo Cabinet API for Clojure

I’ve been playing with Tokyo Cabinet and Clojure for a bit, and while I will go on about both of them in another blog post (or not), I have to mention that Clojure is such a well designed language that...

View Article



aset is Faster Than aset-int

Clojure isn’t the fastest functional lanuage — that title seems to go to Haskell these days, at least for the stuff that I do — but it nonetheless is usually fast enough. It’s a dynamic language, so is...

View Article

Pattern Matching In Clojure

Updated: Note that this is available as a clojars module. Clojure code density seems to be pretty good. There are a fair number of convenient shortforms in the language; for example, associative...

View Article

Snippet: Automatic Proxy Creation in Clojure

The proxy function makes it easy for Clojure to interface with the Java layer, but I was dealing with an interface (the AIM Java API) that had an punitive number of things that needed to be overridden…...

View Article

Beaujiful Soup

Horrible name, isn’t it? Beautiful Soup is a really nice Python library for extracting content from possibly-sloppy HTML, and I wanted some reasonably close Clojure equivalent. Unfortunately, the...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images