> you can omit comma ',' in maps {:key value :another value}
In the interest of readability, I usually add commas when I have multiple 
key-value pairs on the same row.

> can omit contains? in filter:
Cool - thanks for the tip!

Also, thanks to everyone else for your comments. :-)

Cheers, 
James

On Wednesday, April 16, 2014 6:07:06 PM UTC+2, edbond wrote:
>
> Nice video, very cool.
>
> Some notes:
> - you can omit comma ',' in maps {:key value :another value}
> - can omit contains? in filter:
> user=> (filter :apple? [{:apple? true :x 6} {:apple? true :x 4} {:player? 
> true :x 550}])
> ({:apple? true, :x 6} {:apple? true, :x 4})
>
>
> Thanks again,
> Eduard
>
>
> On Thursday, March 27, 2014 7:07:21 PM UTC+2, James Trunk wrote:
>>
>> Hi everyone,
>>
>> I thought some of you might be interested to watch my screencast about game 
>> development in Clojure with 
>> play-clj<https://www.youtube.com/watch?v=9ilUe7Re-RA>
>> .
>>
>> Cheers,
>> James
>>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to