Tyger Programming Language
Tyger is a dynamically typed, interpreted, scripting lanuage I am developing for fun, and education, and to hone my C programming skills. This is currenly a work in progress, and there is still a lot to do, however by the end of it I aim to have, among other things:
- support for “regular” language features (such as control flow, and functions)
- a functioning Garbage Collector
- a module system
You can follow the development here, or check out the repository.