1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1998-02-01 21:05:14 +00:00
parent 79a85e3b62
commit 318c2f6d96
2 changed files with 11 additions and 7 deletions

12
AUTHORS
View file

@ -3,12 +3,16 @@ Maintainers of GNU Software" (maintain.texi), the section called
"Recording Changes".
Aubrey Jaffer:
is the author of SCM, the Scheme interpreter upon which Guile is
based. Guile started from SCM version 4e1 in November -94 and is
still largely composed of the original SCM code.
George Carrette:
wrote files present in Siod version 2.3, released in December of 1989.
Aubrey Jaffer:
Changes to: eval.c, ioext.c, posix.c, gscm.c, scm.h, socket.c,
gsubr.c, sys.c, test.scm, stime.c, and unif.c.
Siod was the starting point for SCM. The major innovations taken from
Siod are the evaluator's use of the C-stack and being able to garbage
collect off the C-stack
Radey Shouman:
In the subdirectory libguile, wrote:

6
README
View file

@ -154,9 +154,9 @@ Tom Lord librarified SCM, yielding Guile. He wrote Guile's operating
system, Ice-9, and connected Guile to Tcl/Tk and the `rx' regular
expression matcher.
Aubrey Jaffer seriously tuned performance and added features. He
designed many hairy but beautiful parts of the tag system and
evaluator.
Aubrey Jaffer is the author of SCM upon which Guile is based. Guile
started from SCM version 4e1 in November -94 and is still largely
composed of the original SCM code.
George Carrette wrote SIOD, a stand-alone scheme interpreter.
Although most of this code as been rewritten or replaced over time,