![]() |
|
![]() |
| Man I hear you, on my music pedagogy app just being able to do the actual "business logic" in Scheme is soooo nice. And I can share my code with my Max based work, which is awesome. |
![]() |
| This was… a hoot (pardon the pun) to read, since I’ve been eyeing Guile as a go-to for future stuff I build. Nice going on the WASM front. |
![]() |
| “ We’re not living in a world of Lisp machines, but a world of glorified PDP-11s.” Quite a summary.
Btw any icing with sdl I wonder. |
![]() |
| Ironically we are now getting C Machines with hardware memory tagging, as there is no other way to fix C, and too much code around that will never be rewriten. |
![]() |
| Apparently some people keep being stuck in 1960, when Lisp 1.5 manual was published.
Since the 1980's that modern Lisps support all common data structures. |
![]() |
| I'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. |
![]() |
| Every copy of GNU Emacs comes bundled with the text adventure Dunnet [0].
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.... |
![]() |
| Playing "This thing all things devours" is one of the most profound gaming experiences I have had, and I happened to use Malyon. Why wouldn't I use the best text editor to play an inform game? |
A little surprised to not see any games using Janet- since it seems to be both made for gaming and has a surprising number of ‘batteries included’ like a web server and graphics. Then again, I’ve only stumbled upon it pretty recently myself. From my minor hacking with it, it’s def worth a peek in the Lisp/games arena.