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. =-)

Reply via email to