> This is an outline of the strategy employed by the "world" teachpack > that accompanies the "How to Design Programs" curriculum that uses PLT > Scheme. Students routinely develop the snake program as a homework > assignment, using this approach.
+1 / word up / hear hear. also, it is akin to using the State Monad in Haskell, i'd hazard to guess. also, i assume doing this efficiently relies on having immutable data structures that are properly optimized to share whatever they need to rather than having needless copy operations? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---