@mhcat @havoc @scm @dexters @ldbeth
I haven't read it! Could we do any of
-a chapter a week
-a page a day
-a suggested exercise a week
? Are there exercises?
@screwtape @mhcat @scm @dexters @ldbeth No idea, but we could phlog about our progress (gopher blog - I have that right?). I could read it in Emacs. Hard hell yeah from me if anyone else is interested.
@havoc @mhcat @scm @dexters @ldbeth
(Runing my 'social media detox weekend') I got to chapter 5/started my wizard game:
gopher.club/1/users/screwtape/lisp.house
The only prior game to that described in the book so far is a number guessing game where the computer uses #'ASH, though I learned a lot about why lisp is awesome ;p

@havoc @mhcat @scm @dexters @ldbeth I added items and then read and wrote a comparison to #LandOfLisp chapter 5's wizard #lisp #game #programming (on my #gopher )

gopher.club/0/users/screwtape/j.compare-wizards.txt

$ lynx -dump - <<EOG >items.lisp
gopher://gopher.club/0/users/screwtape/lisp.items
EOG
$ rlwrap ecl -load items.lisp
> (traverse 'ladder)
> (take 'orange)
> (traverse 'ladder)
> (traverse 'door)
> (untake 'orange)
> (look)