~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to sys/win32/msdev/jim/AUTHORS

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Salvatore Sanfilippo <antirez@invece.org>
 
2
 
 
3
with the help (patches, bug reports, ideas, extensions) of:
 
4
 
 
5
Pat Thoyts
 
6
Clemens Hintze
 
7
 
 
8
See also the ChangeLog and README files for other credits.
 
9
 
 
10
DESIGN CREDITS:
 
11
 
 
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.
 
18
 
 
19
Also the following ideas are due to the following authors:
 
20
 
 
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.
 
25
 
 
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 powerful of
 
30
  [map] and [filter] together.