Version 2 of NaTcl

Updated 2011-04-05 08:33:25 by CMcC

NaTcl is Tcl running under Chrome.

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
}