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