Version 0 of incr Tcl in Javascript

Updated 2011-04-27 19:17:32 by apw

An enhanced version of Tcl in Javascript

This is work in progress and is the attempt to have a more complete version of the above reference running interpreted by Javascript with a lot of Tcl 8.6/8.5 features like namespaces, dicts, the {*} operator and a lot of missing features in the original like upvar, uplevel and an expr command which can expand its arguments (variables, braced commands etc.) on the fly and array names and array variables.

Based on that I am trying to add an itcl version completely written in Tcl based on itclng where the TclOO part and the remaining C part is implemented in Javascript too.

I hope this makes it possible to run a (subset) of Tcl and itcl in every browser, which understands Javascript.

Stay tuned.