-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathAUTHORS
22 lines (20 loc) · 1.08 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
R. Alexander Milowski wrote the original Kawa, as an interpreter.
Per Bothner re-wrote Kawa as a compiler, and the current Kawa has
probably none of Milowski's code left - only the name remains.
Other people have contributed small amounts - see ChangeLog entries.
Have looked thorough gnu.bytecode, gnu.math ChangeLogs - TO-DO OTHER PACKAGES.
Geoff Berry <[email protected]>: Handle Exceptions attribute. Other improvements.
Daniel Bonniot <[email protected]>: Various small fixes
and additions to to gnu.bytecode.
Marc Feeley: srfi-0 (cond-expand macro)
Lars T Hansen: srfi-11 (let-values, let*-values macros)
Thomas Kirk <[email protected]> ZipLoader improvements
Brian R. Lewis <[email protected]>: ArrayClassLoader, ZipLoader
improvements.
Al Petrofsky <[email protected]>: Improve gnu.math printing.
New IntNum methods.
Ola Rinta-Koski <[email protected]>: ValueStack bug-fix.
Olin Shivers: SRFI-1 list-processing library.
John David Stone: srfi-8 (receive macro)
Marco Vezzoli <[email protected]>: SRFI-1 tailoring for Kawa.
Albert Ting - old GuiConsole code.