资 源 简 介
Intro
hiccup is an interpreter for a subset of tcl.
New Features
vwait works
format and interp have basic functionality (interp -safe mostly works)
expr works as expected, is efficient, and is supported in conditionals. Also, ternary ifs now work.
apply and lmap have been added
Floating point is supported natively (as in, not by constantly reparsing strings)
{*} works.
Arrays work
Namespaces are supported (including "export", "import", and "forget")
switch is fully supported
non-naive list handling
Basic support for file channels has been added. Now files can be opened, closed, read from, written to, and appended.
Procs can now have optional arguments. The "args" parameter is also supported.
Thanks