this post was submitted on 22 Nov 2023
1 points (100.0% liked)

Lisp

52 readers
3 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bitwize@alien.top 1 points 10 months ago

Defo worth posting. Reminds me of when I wrote a BASIC interpreter in Scheme. It came in two parts: a line parser and a "BASIC abstract machine" whose instructions were data structures consisting of a line number, a keyword, and arguments.