1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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". "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: George Carrette:
wrote files present in Siod version 2.3, released in December of 1989. wrote files present in Siod version 2.3, released in December of 1989.
Siod was the starting point for SCM. The major innovations taken from
Aubrey Jaffer: Siod are the evaluator's use of the C-stack and being able to garbage
Changes to: eval.c, ioext.c, posix.c, gscm.c, scm.h, socket.c, collect off the C-stack
gsubr.c, sys.c, test.scm, stime.c, and unif.c.
Radey Shouman: Radey Shouman:
In the subdirectory libguile, wrote: 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 system, Ice-9, and connected Guile to Tcl/Tk and the `rx' regular
expression matcher. expression matcher.
Aubrey Jaffer seriously tuned performance and added features. He Aubrey Jaffer is the author of SCM upon which Guile is based. Guile
designed many hairy but beautiful parts of the tag system and started from SCM version 4e1 in November -94 and is still largely
evaluator. composed of the original SCM code.
George Carrette wrote SIOD, a stand-alone scheme interpreter. George Carrette wrote SIOD, a stand-alone scheme interpreter.
Although most of this code as been rewritten or replaced over time, Although most of this code as been rewritten or replaced over time,