Q: A minimal programming language and compiler

3 thunderbong 2 8/3/2025, 2:58:20 PM git.urbach.dev ↗

Comments (2)

pbohun · 1d ago
This looks very interesting. I'm hoping there will be more documentation. For example, docs for the standard library/packages and explanation about the design of the language (does it use garbage collection? how does the type system work? how does the foreign function interface work? etc.).

Technically I could find all these things out by reading all the source code, but that's a lot of work just to see if the language meets my needs.

pbohun · 1d ago
Looking through the code a bit. This is quite impressive for such a short time working on it.