From: Donal K. F. <don...@ma...> - 2017-12-17 10:54:37
|
On 03/12/2017 09:16, Donal K. Fellows wrote: > I'm pleased to say that my branch with making Tcl arrays be first-class > objects seems to be working. It's not finished yet (there's a suspicious > number of "FIXME"s still in the code) and is neither cleaned up nor > documented, but is passing our current tests. I've now merged this to trunk; we can now have arrays in local variables that are modified from standard Tcl code that we call without crippling performance penalties or strongly divergent semantics. Donal. |