Lisp: Icing or Cake?
dthompson.us
Lisp: Icing or Cake?
1–10 of 58 posts
Re: Lisp: Icing or Cake?
#2Re: Lisp: Icing or Cake?
#3[flagged]
Re: Lisp: Icing or Cake?
#4Re: Lisp: Icing or Cake?
#5[flagged]
Re: Lisp: Icing or Cake?
#6Re: Lisp: Icing or Cake?
#7Re: Lisp: Icing or Cake?
#8I'm very curious what sort of games were made in elisp. It's not really the first thing that comes to mind when I think about games programming.
Re: Lisp: Icing or Cake?
#9I'm very curious what sort of games were made in elisp. It's not really the first thing that comes to mind when I think about games programming.
Re: Lisp: Icing or Cake?
#10I'm very curious what sort of games were made in elisp. It's not really the first thing that comes to mind when I think about games programming.
Dunnet was originally written by Ron Schnell in 1982, as a Maclisp program running under TOPS-20. [1] In 1992, he ported it to Emacs Lisp; however, the Emacs Lisp version is more than just a simple port of the original, it extends the game with new rooms/items/puzzles, but also removes MIT-centric content–e.g. the "endgame" computer at the end of the game was originally named MIT-SALLY, was located at MIT, and was accessed via Chaosnet–the GNU Emacs version removes all those (dated) MIT references–although the GNU Emacs version contains (obviously intentionally) equally dated (albeit more widely recognisable) content such as a VAX 11/780
[0] https://en.wikipedia.org/wiki/Dunnet_(video_game)
[1] Original is here: https://github.com/Quogic/DunnetPredecessor/blob/master/foo....