land-of-lisp
Question about lisp Lambda functions from an example in Land of Lisp
I\'m not quite understanding 开发者_运维百科lambda functions. Here is an example function from the book Land of Lisp:[详细]
2023-04-05 09:59 分类:问答Memory allocation in Lisp
> (cons 2 3) (2 . 3) The Lisp environment needs to allocate only a single cons cell to connect the two items.[详细]
2023-03-21 07:59 分类:问答Clisp REPL error output: how to find line number in file where error occurred?
I\'m working through Land of Lisp, using CLisp, writing the code in Vim with Slimv, then alt-tabbing to another terminal wi开发者_如何学Pythonndow and loading the file into the REPL with (load \'file.[详细]
2023-03-08 00:00 分类:问答Lisp parenthesis question
This piece of code is from book : \"Land Of Lisp\" First version is from book. When I read it, i thought there are parenthesis \"(\" not necessary just before \"at-loc-p\" at 2nd line and \")\" just a[详细]
2023-03-04 14:52 分类:问答Rewriting Wizard game of Land of Lisp in Clojure
I\'m trying to rewrite the Wizard game from \"Land of Lisp\"http://landoflisp.com/wizards_game.lisp (def *nodes* {:living-room \"you are in the living-room. a wizard is snoring loudly on the 开发者_S[详细]
2023-02-18 01:30 分类:问答Eliminating my explicit state passing via like, monads and stuff
I\'m working through the book Land of Lisp in F# (yeah weird, I know). For their first example text adventure, they make use of global variable mutation and I\'d like to avoid it. My monad-fu is weak,[详细]
2023-02-14 10:55 分类:问答Breaking a function into multiple lines
Here are some source code for an example from the amazing book \"Land of Lisp\": (defun random-node ()[详细]
2023-01-25 09:51 分类:问答Can't find solution for CSS vertical align for Firefox [duplicate]
This question already has answers here: css vertical centering (10 answers) Closed 8 years ago. I have a problem with DIV vertical align in Firefox[详细]
2022-12-24 05:05 分类:问答