Re: Why Tcl is a Bad Thing

Robert Sanders (rsanders@mindspring.com)
8 Oct 1994 04:41:20 GMT

In article <1994Oct8.040610.22152@chemabs.uucp>,
Larry W. Virden <lvirden@cas.org> wrote:

>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