On Mon, Jan 5, 2009 at 3:54 PM, Stuart Halloway
<stuart.hallo...@gmail.com> wrote:
>
> Since there has been so much back-and-forth about the Clojure snake, I
> decided to write one [1]. Like Mark, my goal is to create a readable
> version, but the details are quite different.
>
> I plan to use this as the code example for the Swing section in the
> book. Feedback welcome.
>
> Stuart
>
> [1] 
> http://github.com/stuarthalloway/programming-clojure/tree/master/examples/snake.clj

I can't believe I'm posting again on this topic.   ...but it just
struck me the snake body is a list, but is being used as a queue.
Wouldn't a PersistentQueue be a better fit?

--Chouser

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