Hi all,

I am continuing on my path to explore clojure in more detail and am
trying to implement the following haskell algorithm in clojure:
http://www.csse.monash.edu.au/~lloyd/tildeFP/Haskell/1998/Edit01/

Even after trying several different approaches and investing several
hours I do not seem to get a handle on the problem.

Clojure seems to be lazy, but not lazy enough for that algorithm,
because functions are always called eagerly. I tried combinations of
returning closures or using delays, but up to now none of my versions
are working.

Could anybody on the list give me a hint on how to approach that
problem?

Thanks,
Christian

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to