Sorry for the 3rd post, but can someone provide some nice example-code for
functional structures used in real world code?

2010/2/12 Jeff Rose <ros...@gmail.com>

> Cool!  This is the most fun I've ever had practicing Dutch :-)
>
> As someone who used to be very skeptical towards functional programming and
> Lisps, I think it would be good to have some examples to show what you mean
> about things being cleaner and simpler in functional Clojure.  I think
> comparing a typical for loop that transforms an array with mapping a
> function over a seq, or something like that, would make for a nice example.
> The other big thing to talk about is immutable values.  Nobody can know what
> this code produces, whether single or multi-threaded, which seems to be the
> heart of the problem with object orientation:
>
> def foo(obj)
>   obj.val = 2
>   obj.do_stuff()
>   return obj.val
> end
>
> -Jeff
>
>
>
> On Fri, Feb 12, 2010 at 4:39 PM, Joop Kiefte <iko...@gmail.com> wrote:
>
>> Graag commentaar
>>
>> --
>> Communication is essential. So we need decent tools when communication is
>> lacking, when language capability is hard to acquire...
>>
>> - http://esperanto.net  - http://esperanto-jongeren.nl
>>
>> Linux-user #496644 (http://counter.li.org) - first touch of linux in 2004
>>
>
>


-- 
Communication is essential. So we need decent tools when communication is
lacking, when language capability is hard to acquire...

- http://esperanto.net  - http://esperanto-jongeren.nl

Linux-user #496644 (http://counter.li.org) - first touch of linux in 2004

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