An Embeddable TCL Interpreter in C++

Sometime it would be great to adding scripting to your programming project or create a new utility that can read a text file and do something amazing. TCL is a language that can be used for doing such thing, but the most recent official versions have become rather bloated. Another option is TinyTCL, but it was really meant for DOS or other UNIX-like OSes which didn’t UNICODE or UTF-8 very well. Well I am working on a middle ground, TCL-R. It will designed to be compatible with TinyTCL. The first release will only possess the interpret TCL but won’t provide any of the built-in TCL commands, requiring the program using the library to provide commands.

Along with the news and releases below, the progress of TCL-R can followed by checking out the source from SVN and it’s bugtracker issues.

Anonymous SNV: http://www.sixxgate.com/svn/TCL-R

Currently TCL-R is unavailable until I get the source committed back to SVN.

News