C#용 Tcl/Tk 인터프리터
출처: http://wiki.tcl.tk/9563 C#에서 사용 가능한 Tcl 인터프리터입니다. Wrapping 코드가 포함되어 있으므로 수정해서 사용하시면 됩니다. using System; using System.Text; using System.Runtime.InteropServices; using System.Collections.Generic; // Works with TCL86, [Bill Moore (WPM) 3/16/2017] // Requires: tcl86.dll and zlib1.dll from ActiveState Tcl placed in EXE directory namespace TCL { public delegate int Callback(List args..