help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lisp Live buffer


From: Emanuel Berg
Subject: Re: Lisp Live buffer
Date: Wed, 07 Dec 2022 04:54:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Jean Louis wrote:

> Just use prin1-to-string and insert updated structure
> in intervals.

For example this WarGames Spanish football game?

(setq ttt-board
  (list
    '(x o o)
    '(· x ·)
    '(· · x) ))

Next cool thing would be there would not be any 'score' or
other stats stored in variables, instead that would be
computed from the board (game world) each time ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]