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. ;-/
"I have a mind like a steel... uh... thingy." Patrick Logan's weblog.
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. ;-/
2 comments:
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.
:-) 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
Post a Comment