>in Tcl itself. Some folks have commented on the lack of Lamda functions,
>yet there have been several Tcl code implementations of this type
>of function.
Lambda functions aren't worth nearly as much if you can't get full
closures. Did those extensions allow you to create functions closed
over a set of bindings?
-- Robert