NaTcl is Tcl running under Chrome. * Get chrome. * chrome, google-chrome --no-sandbox * navigate to about:flags and enable native client * http://wiki.tcl.tk/_natcl/ * http://wiki.tcl.tk/_natcl/shell.html ** Serve with Wub ** * Make NaTcl per README * mkdir [[docroot]]/NaTcl and [[docroot]]/NaTcl/exe * cp tcl.nexe [[docroot]]/NaTcl/exe * cp index.html tcl.nmf [[docroot]]/NaTcl/ Edit tcl.nmf to ====== { "nexes": { "x86-32": "exe/tcl.nexe", } } ====== Add to site.config: ====== /natcl/ { domain File root $Wub::docroot/NaTcl } /natcl/exe { domain File root $Wub::docroot/NaTcl/exe expires tomorrow } ====== <>Enter Category Here