Skip to content

Introduce a **LISP INTERPRETER**, for our compiler.#173

Merged
skx merged 4 commits into
mainfrom
170-inception
Jul 12, 2026
Merged

Introduce a **LISP INTERPRETER**, for our compiler.#173
skx merged 4 commits into
mainfrom
170-inception

Conversation

@skx

@skx skx commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Once complete this will close #170 by implementing a lisp interpreter within our own language:

  • Compile inception.lisp -> inception
  • Then run programs which are /interpreted/ using it.

We support string/int/float/symbol/defun/lambda and the only real issue with it is that the standard-library is mostly absent.

skx added 4 commits July 12, 2026 15:21
Once complete this will close #170 by implementing a lisp interpreter
within our own language:

* Compile inception.lisp -> inception
* Then run programs which are /interpreted/ using it.

We support string/int/float/symbol/defun/lambda and the only real
issue with it is that the standard-library is mostly absent.
@skx skx merged commit 8d79c0a into main Jul 12, 2026
1 check passed
@skx skx deleted the 170-inception branch July 12, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write a lisp interpreter

1 participant