Call D from TCL

Gary Willoughby via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Feb 3 05:50:22 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've created a wrapper around Tcl/Tk to create GUI's here:

https://github.com/nomad-software/tkd

It uses the library found here:

https://github.com/nomad-software/tcltk

In the project, I've created a simple interpreter which handles 
communicating to Tcl here:

https://github.com/nomad-software/tkd/blob/master/source/tkd/interpreter/tcl.d

There is a method on that class for creating commands for use in 
Tcl.


More information about the Digitalmars-d-learn mailing list