Wednesday, December 03, 2008

(loop)

"Clojure actually uses fewer parentheses to call java code than java code does."

podcast: http://podcasts.pragprog.com/2008-12/stuart-halloway-on-programming-clojure.mp3

Says this may be controversial to lisp programmers. Stuart obviously
has not seen the loop macro. ;-/

http://www.ai.sri.com/pkarp/loop.html

2 comments:

  1. I know you were joking, but he should be aware of it--he wrote a useful series of articles porting PCL (PCL has a whole chapter dedicated to the loop macro) to Clojure:

    http://blog.thinkrelevance.com/2008/9/16/pcl-clojure

    It ought to help those familiar with CL grok Clojure.

    ReplyDelete
  2. :-) The potential issue is not paren reduction, but the number of Clojure literal forms.

    I don't think it will really be controversial, just take a little acclimatization.

    Cheers,
    Stu

    ReplyDelete