Knuth's literate programming "tangle" function in Clojure

2010-12-25 Thread Tim Daly
; 0 AUTHOR and LICENSE ; 1 ABSTRACT and USE CASES ; 2 THE LATEX SUPPORT CODE ; 3 IMPORTS ; 4 THE TANGLE COMMAND ; 5 SAY ; 6 READ-FILE ; 7 ISCHUNK ; 8 HASHCHUNKS ; 9 EXPAND ; 10 TANGLE ;;; 0 AUTHOR and LICENSE ;;

Re: Let's see how fast we can make this

2010-12-25 Thread Glen Stampoultzis
On 26 December 2010 03:00, Ivan wrote: > Would be interesting to see tests done on UTF-8 strings as this is the > only type that Java supports. > Do you mean UTF-16? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: pods?

2010-12-25 Thread Meikel Brandmeyer
Hi, Am 24.12.2010 um 11:43 schrieb Sunil S Nandihalli: > thanks Meikel. So really nice things are in the pipeline for clojure .. :) I wrote up a summary article: http://bit.ly/eJUUuB. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group

Re: Let's see how fast we can make this

2010-12-25 Thread Ivan
Would be interesting to see tests done on UTF-8 strings as this is the only type that Java supports. On a side note, Merry Christmas everyone! Ivan. On Dec 25, 4:52 am, Michael Gardner wrote: > On Dec 24, 2010, at 8:19 PM, David Nolen wrote: > > > ((long double) end-start) / 1000.0 > > I don't th

STM at Microsoft

2010-12-25 Thread Tim Daly
Some christmas day video entertainment: STM at Microsoft http://channel9.msdn.com/Shows/Going+Deep/Software-Transactional-Memory-The-Current-State-of-the-Art -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojur