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.

Reply via email to