225 --- Qlovascript
So, I have been working on a new project...
It’s a library for the Go programming language that allows programs to be created dynamically from within Go. These programs can be written inside Go, with Go. Then they can be executed at runtime. Alternatively, they can then be saved as Source code.
I’m not entirely sure on other practical use-cases for this technology but I will be using it to create a qwik ‘i’ compiler.
It’s on Github! https://github.com/qlova/script













