need to learn some Clojure for better or
worse.
Best Regards,
Milen
On Sunday, November 18, 2012 12:46:25 AM UTC+2, Charlie Griefer wrote:
>
> On Sat, Nov 17, 2012 at 5:32 PM, Milen Ivanov
> >
> wrote:
> > Dear Mr. Chose,
> >
> > Thank you for your help!
on. In your
> case, you need to define both `coll` and `item` for the example to work.
>
> Consider these examples -
>
> (conj [1 2 3] 4)
> (conj '(1 2 3) 4)
> (conj #{1 2 3} 4)
>
> (def coll [1 2 3 4 5])
> (def item 6)
>
> (conj coll item)
>
> etc.
>
&
Dear All,
I am trying to make sense of Closure by reading the book Programming
Closure, 2nd Eddition.
I persistently get booed at one of the very first lines of code in the book:
(conj coll item)
The listing (rather short) is below.
May I please ask you for some hint because beginner's luck s