Comment on ICFP '09: "Get rid of cons!" Guy Steele on parallel algorithms & data structuresparentComments−tsally17yAh yes, a silly mistake on my part. I am hoping that eventually Clojure will help the programmer write parallel algorithms, but you are correct in that such constructs don't exist in the language at this moment.−richhickey16yLike this?http://github.com/richhickey/clojure/blob/26f5aed73c9cc2959b...http://paste.lisp.org/display/84027It's coming,Rich−cperkins16ysweet. Another incf for Clojure.Is there auto tree balancing?−tsally16yJust saw your reply. That's kickass.
Comments
Ah yes, a silly mistake on my part. I am hoping that eventually Clojure will help the programmer write parallel algorithms, but you are correct in that such constructs don't exist in the language at this moment.
Like this?
http://github.com/richhickey/clojure/blob/26f5aed73c9cc2959b...
http://paste.lisp.org/display/84027
It's coming,
Rich
sweet. Another incf for Clojure.
Is there auto tree balancing?
Just saw your reply. That's kickass.