On Sunday, 31 July 2022 at 10:55:58 UTC, TheZipCreator wrote:
So I'm making an interpreter for my custom scripting language
and I want to allow users to write libraries in languages other
than said scripting language (for efficiency). For example, you
should be able to write a mathematics libra
So I'm making an interpreter for my custom scripting language and
I want to allow users to write libraries in languages other than
said scripting language (for efficiency). For example, you should
be able to write a mathematics library in D, compile it, then
write a simple wrapper in my languag