Can D be Interpreted?

Jacob Carlborg doob at me.com
Fri Dec 27 07:28:25 PST 2013


On 2013-12-27 01:43, Martin Nowak wrote:
> 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.

You mean like Dscanner:

https://github.com/Hackerpilot/Dscanner/

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list