Advanced Practical Recursion in Lisp 1.0

2009-04-01 Thread David Sletten
Just last week I finally got my Advanced Practical Recursion in Lisp 1.0 kit from Y-Combinator Technologies, Inc. (not Paul Graham's company). They have this amazing product that I think we can use in Clojure. I'm not supposed to share the source code, but I can trust you folks right

Re: Advanced Practical Recursion in Lisp 1.0

2009-04-01 Thread Paul Stadig
On Wed, Apr 1, 2009 at 6:00 AM, David Sletten da...@bosatsu.net wrote: [snip] Here's 'length' again: (((fn [m] ((fn [future] (m (fn [arg] ((future future) arg (fn [future] (m (fn [arg] ((future future) arg )) (fn [rec] (fn

Re: Advanced Practical Recursion in Lisp 1.0

2009-04-01 Thread Remco van 't Veer
On Wed, Apr 1, 2009 at 12:00 PM, David Sletten da...@bosatsu.net wrote: [snip] I'm going to move forward with the negotiations, but I need to know if you, the Clojure community, are on board here. Ultimately the decision is going to come down to whether or not you find the APRiL 1.0

Re: Advanced Practical Recursion in Lisp 1.0

2009-04-01 Thread revoltingdevelopment
I like it, though I would prefer the more concise function y (lower case). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com To unsubscribe