Skip to content

Inception; nqueens#174

Merged
skx merged 5 commits into
mainfrom
inception-queens
Jul 12, 2026
Merged

Inception; nqueens#174
skx merged 5 commits into
mainfrom
inception-queens

Conversation

@skx

@skx skx commented Jul 12, 2026

Copy link
Copy Markdown
Owner

This pull-request updates our lisp interpreter, inception, to successfully execute the nqueens.lisp example program.

This required three main changes:

  • Bump the heap-size.
  • Expose or to the runtime, newline, and reverse.
  • Update our string reader to convert \n into a newline, etc.
  • Update to handle set! better.
    • Now our forms, generally, return "(result env)" and we update the environment all the time using that.

There were other minor changes, but those were the main ones.

@skx skx merged commit 5f8d036 into main Jul 12, 2026
1 check passed
@skx skx deleted the inception-queens branch July 12, 2026 19:16
@skx skx restored the inception-queens branch July 12, 2026 19:16
@skx skx deleted the inception-queens branch July 13, 2026 05:07
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.

1 participant