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