Hi Cecil, You might want to check out this https://github.com/quux00/land-of-lisp-in-clojure
Cheers, Bruce On Wed, Jul 9, 2014 at 9:49 AM, Cecil Westerhof <[email protected]> wrote: > 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 [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- simple is good http://brucewang.net http://twitter.com/number5 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
