Re: My first use of cells: hashing

2010-02-28 Thread Meikel Brandmeyer
Hi, On Sat, Feb 27, 2010 at 06:52:28PM -0500, David Nolen wrote: ? http://richhickey.github.com/clojure-contrib/dataflow-api.html There is no official Cells code. There is a only a gist of some work in progress. I think this is a misunderstanding. There is a Cells implementation in

Re: My first use of cells: hashing

2010-02-27 Thread Steven E. Harris
pthatcher pthatc...@gmail.com writes: I coded it up, and I liked the result and thought others might be interested. There are several facilities used in your example that I'd like to look into further. I found the `extend-class' function in the core library, but where are the cell-related

Re: My first use of cells: hashing

2010-02-27 Thread David Nolen
On Sat, Feb 27, 2010 at 6:49 PM, Steven E. Harris s...@panix.com wrote: pthatcher pthatc...@gmail.com writes: I coded it up, and I liked the result and thought others might be interested. There are several facilities used in your example that I'd like to look into further. I found the

My first use of cells: hashing

2010-02-23 Thread pthatcher
I was reading rhickey's ideas about cells, and it seemed like it matched very well with using java's MessageDigest to do sha1 or md5 hashing. I coded it up, and I liked the result and thought others might be interested. http://gist.github.com/311790 The key parts ended up looking like this: