On Monday, 16 June 2025 at 07:30:31 UTC, rempas wrote:
So, I wanted to create a library to allow D to be used a
scripting language, in order to allow it to be used to
configure programs. Now, the design of everything is rather
simple. However, I do have one problem. Is there a way to pass
I assume you are not happy with RDMD (
https://dlang.org/rdmd.html ) ??
If my assumption is correct, may I ask why?
Or, do you want to have a REPL? If so, Martin Nowak implemented
one many years ago: https://github.com/dlang-community/drepl . I
honestly do not know in what state it is at the moment, have a
look and see if it fits your needs.