nodetcl icon indicating copy to clipboard operation
nodetcl copied to clipboard

Node.JS extension to allow Tcl code to be invoked from JavaScript

Results 3 nodetcl issues
Sort by recently updated
recently updated
newest added

You probably shouldn't actually merge this; I just wanted to show you my attempt at creating an autotools build system for the package (using a modern `node-gyp` would probably be...

I would love to use this module in one of my apps, but I can't get it to compile with latest node.js on Mac OS X Mavericks. I attempted to...

Currently, to keep the Tcl event loop processing, it is necessary for the Javascript side to ensure that interp.process_events() or interp.eval("update") is periodically processed. However, this is currently an implementation...