tcltest: do a better job of cleanup up after tests
[jimtcl.git] / AUTHORS
blob052babbb35e95d547194e5f5a9e3b0157e228d9c
1 Salvatore Sanfilippo <antirez@invece.org>
3 with the help (patches, bug reports, ideas, extensions) of:
5 Pat Thoyts
6 Clemens Hintze
8 See also the ChangeLog and README files for other credits.
10 DESIGN CREDITS:
12 some of the idea inside Jim are the fruit of long discussions
13 inside the Tclers chat room. The feedback of the Tcl
14 comunity in general, and of the members of the Tcl Core Team, was
15 very important to avoid mistakes: I used the great experience of
16 this people as a test for some of the ideas I put into Jim.
17 Bad ideas tend to be demolished in no time by good engineers.
19 Also the following ideas are due to the following authors:
21 - Jim locals were originally proposed by Miguel Sofer, I (SS) added
22   the feature that make they similar to lexical scoped closures
23   using capturing of the local variables value if no explicit
24   intialization is provided.
26 - The [lmap] command is my (SS) design, but I incorporated inside the
27   command an interesting idea of Donal K. Fellows that proposed that
28   the [continue] command may be used to skip the accumulation of the
29   current-iteartion result, providing in one command the power of
30   [map] and [filter] together.
33 ChangeLog committers to be identified. Tentative list:
35 antirez - Salvatore Sanfilippo <antirez@gmail.com>
36 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
37 oharboe - Ã˜yvind Harboe - soyvind.harboe@zylin.com
38 Andrew Lunn <andrew@lunn.ch>
39 Duane Ellis <openocd@duaneellis.com>
40 Uwe Klein <uklein@klein-messgeraete.de>
41 Clemens Hintze ml-jim@qiao.in-berlin.de aka chi