I am working slowly on a pythonic language, written in Asm, which will have the capability to be both interpreted and compiled into eZ80 Asm.
This language will be easily expandable by simply importing a library, which will have the ability to add words to the language.
Some words and functions will be part of the interpreter, while others will be part of libraries.
Some libraries will be standard and come with the interpreter.
Libraries will be written in pure Asm for the moment, but I will make a computer program for compiling libraries from some kind of source code.
I'm not sure how long this will take to complete, but I hope there is perhaps some interest in this.
This language will be easily expandable by simply importing a library, which will have the ability to add words to the language.
Some words and functions will be part of the interpreter, while others will be part of libraries.
Some libraries will be standard and come with the interpreter.
Libraries will be written in pure Asm for the moment, but I will make a computer program for compiling libraries from some kind of source code.
I'm not sure how long this will take to complete, but I hope there is perhaps some interest in this.