Can D be Interpreted?
Martin Nowak
code at dawg.eu
Thu Dec 26 16:43:55 PST 2013
On 12/26/2013 08:15 PM, Iain Buclaw wrote:
> I've been tempted to implement D in Guile - which is a cool extension
> language platform. Implementing D ontop of its VM would make it
> effectively a REPL (with one or two features missing). But when will
> I ever get time to do this? Probably never.:)
I've experimented with a D REPL based on shared libraries.
The biggest issue is the lack of a D parser library, other than that the
approach works fine.
More information about the Digitalmars-d
mailing list