Comment by bartekpacia

Comment by bartekpacia 5 days ago

0 replies

I’m writing an interpreter for the Starlark language in pure Kotlin (no JVM dependencies).

I had this idea in mind for some time already, it began with me wanting to build a simple programming language (and learn in the process) and interest in Bazel. I got started about a month ago by going through the Crafting Interpreters book by Bob Nystrom (it’s crazy good), but now Im straying further and further away from it.

Overall I find the project a great mixture of fun and challenging.

It’s a private repo for now because it’s in a pretty rough state, and is still missing a lot of stuff, but I will release as OSS at some point. That said if someone would like it could be fun:)