Mark Volkmann a écrit :
>> (assoc snake :body
>>    (cons
>>      (map + dir (first body))
>>     
>
> The previous line needs to be (vec (map + dir (first body))).
>   
It works without the vec. Since we aren't using indexing anymore we 
don't need to make a vector: a seq (or any collection type) is enough.

> Except for the fact that Java's Graphics object doesn't know how to
> paint in 3D. ;-)
Indeed. It works with n dimensions but you only see a 2D projection of 
the play area :-(

Christophe

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