Re: Pong!

2009-09-13 Thread Chris
Got some attention here on Hacker News: http://news.ycombinator.com/item?id=819630 --~--~-~--~~~---~--~~ 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 t

Re: Pong!

2009-09-13 Thread Jarkko Oranen
On Sep 13, 2:43 am, jng27 wrote: > http://jng.imagine27.com/articles/2009-09-12-122605_pong_in_clojure.html Neat. I have some suggestions though. 1) I think you use too many refs. the sx, sy, etc. could all be replaced with a simple (defstruct position :x :y) (def whatever (ref (struct p

Re: Pong!

2009-09-12 Thread Sean Devlin
AWESOME On Sep 12, 7:43 pm, jng27 wrote: > http://jng.imagine27.com/articles/2009-09-12-122605_pong_in_clojure.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email t