/ijo

An experimental dynamic language without keywords

Primary LanguageNim

ijo

A programming language without keywords.

Disclaimer

ijo is NOT trying to be as performant as C/C++. It is entirely made entirely to learn how different programming languages and paradigms are implemented and to experiment on my own ideas of what a programming language can look like.

Expect breaking changes without notice.

Initial inspiration

The inspiration for this project is the Lox programming language and the book by its author: Crafting Interpreters.

Read more

You can read more about the project and the reason for its existence here: So... I'm writing my own programming language - Part 1