Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tcl - basic list support

5 views
Skip to first unread message

William Coleda

unread,
Nov 21, 2004, 4:44:45 PM11/21/04
to Perl 6 Internals
Finally added in rudimentary list support in tcl (using dynclasses/tcllist.pmc) So the following tcl:

set a [list a b c]
lappend a d e f
puts [llength $a]

will now print 6. More list stuff to come soon, shortly after the exception-related test failures go away. =-)

0 new messages