Call D from TCL
Nicholas Wilson via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Feb 3 04:48:16 PST 2016
On Wednesday, 3 February 2016 at 12:20:42 UTC, Vasileios
Anagnostopoulos wrote:
> Is there any example,framework or tutorial on how to call D
> from Tcl (write new commands in D for Tcl)?
>
> I am on Windows 10 x86_64.
>
> thank you.
I'm not sure about the specifics but if it can be done in C you
can just 'extern(C)' and do it like C.
More information about the Digitalmars-d-learn
mailing list