There's "while" in clojure.core; would that work?

On Tuesday, May 29, 2012 8:13:24 AM UTC-7, Andrew wrote:
>
> Thanks for sharing your blog post. Is there an Anti-If alternative to 
> loop/recur in a situation where you have to poll for a condition to be 
> true? (Seems to me that this necessitates some kind of conditional 
> statement)
>
> On Thursday, May 24, 2012 5:57:47 AM UTC-4, Dominikus wrote:
>>
>> Three weeks ago I stumbled across the Anti-If Campaign (
>> http://www.antiifcampaign.com/).
>>
>> An instant later I realized that one could easily re-implement "if" in 
>> Clojure with maps. More interestingly, polymorphic functions can be easily 
>> motivated with the help of maps. And this naturally leads to multimethods.
>>
>> If you like, enjoy reading my blogpost on "The root of polymorphism: The 
>> Anti-If Campaign". It might be an interesting read for Clojure enthusiasts.
>>
>>
>> http://denkspuren.blogspot.de/2012/05/root-of-polymorphism-anti-if-campaign.html
>>  
>>
>> Cheers,
>>
>> Dominikus
>>
>>
>>

-- 
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