Nari banner

Nari

1 devlog
4h 47m 7s

A scripting language meant for everyone, Nari is intuitive and functional, with performance rivaling Python3. Written in c++ from the ground up, with extremely minimal dependencies.

This project uses AI

Copilot was used in very minor things, notably for research and help documenting the language, since writing docs kinda sucks. However all output from it was combed through and 90% of it was edited by hand to fix any mistakes.

Demo Repository

Loading README...

wearr

This is a very initial devlog for the progress of writing the language, it’s a bit out of date now, since the code relevant to this was committed a while ago, but so far this is a basic implementation for an AST walking interpreter language, it’s functionally Turing complete, however there is work that needs to be done to make it better. It’s rather slow currently, but I plan to create a bytecode format, and from there we’ll see how it goes!

Attachment
0