Skip to content

Minimum Viable Programs

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeremyschlatter jeremyschlatter released this 25 Dec 04:32
· 110 commits to master since this release
481348c

The interpreter is now good enough that I can use it to solve the first couple Advent of Code puzzles.

It is quite slow, missing language features, has poor runtime error messages (though pretty good parsing error messages!), and is likely buggy. But it can run small programs! I particularly liked writing this one, even though I had to wait a few minutes for it to run.

Changes since v0.1.0 include:

  • more language features implemented
  • I/O now works
  • it's faster (still slow, but better than before)
  • minor CLI UX improvements