updated/simplied acks
svn: r3780
This commit is contained in:
parent
92723b21c6
commit
617e23e5af
|
@ -4,45 +4,56 @@
|
||||||
get-authors)
|
get-authors)
|
||||||
|
|
||||||
(define (get-authors)
|
(define (get-authors)
|
||||||
(string-append
|
(get-general-acks))
|
||||||
"DrScheme was written by "
|
|
||||||
"Eli Barzilay, "
|
|
||||||
"John Clements, "
|
|
||||||
"Matthias Felleisen, "
|
|
||||||
"Robby Findler, "
|
|
||||||
"Paul Graunke, "
|
|
||||||
"Matthew Flatt, "
|
|
||||||
"Shriram Krishnamurthi, "
|
|
||||||
"and "
|
|
||||||
"Paul Steckler."))
|
|
||||||
|
|
||||||
(define (get-general-acks)
|
(define (get-general-acks)
|
||||||
(string-append
|
(string-append
|
||||||
"Thanks to "
|
"The following individuals contributed directly to the implementation"
|
||||||
|
" of DrScheme and associated tools: "
|
||||||
"Ian Barland, "
|
"Ian Barland, "
|
||||||
|
"Eli Barzilay, "
|
||||||
"Gann Bierner, "
|
"Gann Bierner, "
|
||||||
|
"John Clements, "
|
||||||
"Richard Cobbe, "
|
"Richard Cobbe, "
|
||||||
|
"Greg Cooper, "
|
||||||
|
"Ryan Culpepper, "
|
||||||
|
"Carl Eastlund, "
|
||||||
"Moy Easwaran, "
|
"Moy Easwaran, "
|
||||||
|
"Matthias Felleisen, "
|
||||||
|
"Robby Findler, "
|
||||||
"Kathi Fisler, "
|
"Kathi Fisler, "
|
||||||
"Cormac Flanagan, "
|
"Cormac Flanagan, "
|
||||||
|
"Matthew Flatt, "
|
||||||
"Sebastian Good, "
|
"Sebastian Good, "
|
||||||
|
"Paul Graunke, "
|
||||||
"Kathy Gray, "
|
"Kathy Gray, "
|
||||||
|
"Dan Grossman, "
|
||||||
"Bruce Hauman, "
|
"Bruce Hauman, "
|
||||||
|
"Dave Herman, "
|
||||||
"Mark Krentel, "
|
"Mark Krentel, "
|
||||||
|
"Shriram Krishnamurthi, "
|
||||||
"Mario Latendresse, "
|
"Mario Latendresse, "
|
||||||
|
"Guillaume Marceau, "
|
||||||
|
"Jacob Matthews, "
|
||||||
|
"Jay McCarthy, "
|
||||||
|
"Philippe Meunier, "
|
||||||
"Scott Owens, "
|
"Scott Owens, "
|
||||||
"Jamie Raymond, "
|
"Jamie Raymond, "
|
||||||
"Paul Schlie, "
|
"Paul Schlie, "
|
||||||
"Dorai Sitaram, "
|
"Dorai Sitaram, "
|
||||||
"Mike Sperber, "
|
"Mike Sperber, "
|
||||||
|
"Paul Steckler, "
|
||||||
|
"Jens Axel Søgaard, "
|
||||||
"Francisco Solsona, "
|
"Francisco Solsona, "
|
||||||
|
"Sam Tobin-Hochstadt, "
|
||||||
"Neil W. Van Dyke, "
|
"Neil W. Van Dyke, "
|
||||||
"Anton van Straaten, "
|
"Anton van Straaten, "
|
||||||
|
"Dale Vaillancourt, "
|
||||||
"Stephanie Weirich, "
|
"Stephanie Weirich, "
|
||||||
"Noel Welsh, "
|
"Noel Welsh, "
|
||||||
|
"Adam Wick, "
|
||||||
"and "
|
"and "
|
||||||
"Adam Wick "
|
"ChongKai Zhu."))
|
||||||
"for contributions of prototypes, libraries, testing, and criticism of PLT documentation."))
|
|
||||||
|
|
||||||
(define (get-translating-acks)
|
(define (get-translating-acks)
|
||||||
(string-append
|
(string-append
|
||||||
|
|
Loading…
Reference in New Issue
Block a user