I received the book land of lisp as a gift. I am trying to translate it to Clojure. In chapter 5 there is a text game engine. In the attachment my translation. What do you think of it?
There are a few problems. - The book displays all the lines of a look on separate lines. In my case it is just one long line. Am I doing something wrong? - In Emacs Lisp you can use a function A in the definition of another function B before you declared function A. Is it correct that this is not possible in Clojure? - Al variables in land of lisp begin and end with an asterisk. As I understood it, you only do this for variables that can be changed. So I renamed some variables. Did I understand this correctly, or is the usage of asterisks for something else? -- Cecil Westerhof -- 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.
land-of-lisp-text-game.clj
Description: Binary data