Get the latest tech news
The Thrax Programming Language
A toy programming language I wrote in late 2022 . Contribute to elijah-potter/thrax-language development by creating an account on GitHub.
Thrax is a little toy programming language I threw together in my free time near the end of 2022. My primary motivation was to learn more of the fine-point details of how dynamically-typed interpreted languages worked (JavaScript, Python and Ruby). While we were using SWC for the actual parsing, writing my own parser gave me a much better understanding of how everything fit together.
Or read this on Hacker News