Version 3 of NaTcl

Updated 2011-04-05 08:35:38 by CMcC

NaTcl is Tcl running under Chrome.

Try it out

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
}