1 | [[tags: manual]] |
---|
2 | |
---|
3 | == Acknowledgements |
---|
4 | |
---|
5 | Many thanks to Nico Amtsberg, Alonso Andres, William Annis, Marc |
---|
6 | Baily, Peter Barabas, Jonah Beckford, Arto Bendiken, Peter Bex, |
---|
7 | Jean-Francois Bignolles, Alaric Blagrave-Snellpym, Dave Bodenstab, |
---|
8 | Fabian Boehlke, T. Kurt Bond, Ashley Bone, Dominique Boucher, Terence |
---|
9 | Brannon, Roy Bryant, Adam Buchbinder, Hans Bulfone, Category 5, Taylor |
---|
10 | Campbell, Naruto Canada, Esteban U. Caamano Castro, Franklin Chen, |
---|
11 | Thomas Chust, Gian Paolo Ciceri, John Cowan, Grzegorz Chrupała, |
---|
12 | James Crippen, Tollef Fog Heen, Alejandro Forero Cuervo, Linh Dang, |
---|
13 | Brian Denheyer, dgym, Don, Chris Double, Brown Dragon, Jarod Eells, |
---|
14 | Petter Egesund, Steve Elkins, Daniel B. Faken, Will Farr, Graham |
---|
15 | Fawcett, Marc Feeley, Fizzie, Kimura Fuyuki, Tony Garnock-Jones, |
---|
16 | Martin Gasbichler, Joey Gibson, Stephen C. Gilardi, Joshua Griffith, |
---|
17 | Johannes Groedem, Damian Gryski, Mario Domenech Goulart, Andreas |
---|
18 | Gustafsson, Sven Hartrumpf, Jun-ichiro itojun Hagino, Ahdi Hargo, |
---|
19 | Matthias Heiler, Karl M. Hegbloom, William P. Heinemann, Bill Hoffman, |
---|
20 | Bruce Hoult, Hans Huebner, Markus Huelsmann, Goetz Isenmann, Paulo |
---|
21 | Jabardo, Wietse Jacobs, David Janssens, Christian Jaeger, Dale Jordan, |
---|
22 | Valentin Kamyshenko, Daishi Kato, Peter Keller, Brad Kind, Ron |
---|
23 | Kneusel, Matthias Koeppe, Krysztof Kowałczyk, Andre Kuehne, Todd |
---|
24 | R. Kueny Sr, Goran Krampe, David Krentzlin, Ben Kurtz, Micky |
---|
25 | Latowicki, John Lenz, Kirill Lisovsky, Juergen Lorenz, Kon Lovett, |
---|
26 | Dennis Marti, Charles Martin, Bob McIsaac, Alain Mellan, Eric Merrit, |
---|
27 | Perry Metzger, Scott G. Miller, Mikael, Bruce Mitchener, Chris Moline, |
---|
28 | Eric E. Moore, Julian Morrison, Dan Muresan, Lars Nilsson, Ian |
---|
29 | Oversby, o.t., Gene Pavlovsky, Levi Pearson, Nicolas Pelletier, Carlos |
---|
30 | Pita, Robin Lee Powell, Pupeno, Davide Puricelli, Doug Quale, Eric |
---|
31 | Raible, Ivan Raikov, Joel Reymont, Eric Rochester, Andreas Rottman, |
---|
32 | David Rush, Lars Rustemeier, Daniel Sadilek, Oskar Schirmer, Burton |
---|
33 | Samograd, Reed Sheridan, Ronald Schroeder, Spencer Schumann, Ivan |
---|
34 | Shcheklein, Alex Shinn, Ivan Shmakov, Shmul, Tony Sidaway, Jeffrey |
---|
35 | B. Siegal, Andrey Sidorenko, Michele Simionato, Volker Stolz, Jon |
---|
36 | Strait, Dorai Sitaram, Robert Skeels, Jason Songhurst, Clifford Stein, |
---|
37 | Sunnan, Zbigniew Szadkowski, Rick Taube, Nathan Thern, Mike Thomas, |
---|
38 | Minh Thu, Christian Tismer, Andre van Tonder, John Tobey, Henrik |
---|
39 | Tramberend, Vladimir Tsichevsky, Neil van Dyke, Sander Vesik, Jaques |
---|
40 | Vidrine, Panagiotis Vossos, Shawn Wagner, Peter Wang, Ed Watkeys, Brad |
---|
41 | Watson, Thomas Weidner, Goeran Weinholt, Matthew Welland, Drake |
---|
42 | Wilson, Joerg Wittenberger, Peter Wright, Mark Wutka, Richard Zidlicky |
---|
43 | and Houman Zolfaghari for bug-fixes, tips and suggestions. |
---|
44 | |
---|
45 | CHICKEN uses the "irregex" regular expression package written by Alex Shinn. |
---|
46 | |
---|
47 | Special thanks to Brandon van Every for contributing the (now defunct) |
---|
48 | [[http://www.cmake.org|CMake]] support and for helping with Windows |
---|
49 | build issues. |
---|
50 | |
---|
51 | Also special thanks to Benedikt Rosenau for his constant encouragement. |
---|
52 | |
---|
53 | Thanks to Dunja Winkelmann for putting up with all of this. |
---|
54 | |
---|
55 | CHICKEN contains code from several people: |
---|
56 | |
---|
57 | ; Richard Kelsey, Jonathan Rees and Taylor Campbell : {{syntax-rules}} expander |
---|
58 | ; Eli Barzilay : some performance tweaks used in TinyCLOS. |
---|
59 | ; Mikael Djurfeldt : topological sort used by compiler. |
---|
60 | ; Marc Feeley : pretty-printer. |
---|
61 | ; Aubrey Jaffer : implementation of {{dynamic-wind}}. |
---|
62 | ; Richard O'Keefe : sorting routines. |
---|
63 | ; Olin Shivers : implementation of {{let-optionals[*]}} and reference implementations of SRFI-1, SRFI-13 and SRFI-14. |
---|
64 | ; Andrew Wilcox : queues. |
---|
65 | ; [[http://chicken.wiki.br/Alex Shinn|Alex Shinn]] : {{scheme-complete.el}} emacs tab-completion |
---|
66 | |
---|
67 | The documentation and examples for explicit renaming macros was taken from |
---|
68 | the following paper: |
---|
69 | |
---|
70 | William D. Clinger. |
---|
71 | [["Hygienic macros through explicit renaming"|ftp://ftp.cs.indiana.edu/pub/scheme-repository/doc/prop/exrename.ps.gz]] |
---|
72 | Lisp Pointers. IV(4). December 1991. |
---|
73 | |
---|
74 | Previous: [[FAQ]] |
---|
75 | |
---|
76 | Next: [[Bibliography]] |
---|