Re: Interfacing with user-supplied binary or obj file

2022-07-31 Thread frame via Digitalmars-d-learn
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

Interfacing with user-supplied binary or obj file

2022-07-31 Thread TheZipCreator via Digitalmars-d-learn
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