home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / scheme / 2180 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  3.6 KB

  1. Path: sparky!uunet!ogicse!mintaka.lcs.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  2. From: jmiller@crl.DEC.COM
  3. Newsgroups: comp.lang.scheme
  4. Subject: "Thomas" system now available
  5. Message-ID: <9209120208.AA00645@peanut.crl.dec.com>
  6. Date: 12 Sep 92 02:08:24 GMT
  7. Article-I.D.: peanut.9209120208.AA00645
  8. Sender: daemon@athena.mit.edu (Mr Background)
  9. Reply-To: JMiller@crl.dec.com
  10. Organization: The Internet
  11. Lines: 66
  12.  
  13. Thomas, a compiler written at Digital Equipment Corporation's
  14. Cambridge Research Laboratory, is now available to the public.  Thomas
  15. compiles a language compatible with the language described in the book
  16. "Dylan(TM) an object-oriented dynamic language" by Apple Computer
  17. Eastern Research and Technology, April 1992.
  18.  
  19. The Thomas system is written in Scheme and is available to run under
  20. any one of three public implementations of Scheme: MIT's CScheme,
  21. DEC's Scheme->C, and Marc Feeley's Gambit.  It can run on a wide range
  22. of machines including the Macintosh, PC compatibles, Vax, MIPS, Alpha,
  23. and 680x0.  Thomas generates IEEE compatible Scheme code.  The entire
  24. system (including sources) is available by anonymous ftp from:
  25.  
  26.        crl.dec.com:pub/DEC/Thomas
  27.        gatekeeper.pa.dec.com:pub/DEC/Thomas
  28.        altdorf.ai.mit.edu:archive/Thomas
  29.  
  30. In building Thomas, our goals (in order of priority) were:
  31.  
  32. (1) To learn about the Dylan(TM) language, by building an
  33.     implementation based solely on the description in the book.
  34.  
  35. (2) To help others learn about the language by producing source code
  36.     for an implementation that was well structured, easy to read, and
  37.     was publically available.
  38.  
  39. (3) To build a system we could use to actually write small Dylan(TM)
  40.     programs, to get a feel for the language through using it.
  41.  
  42. We feel we have met these three goals as well as can be expected in a
  43. four week project with three people.  It was never our intention to
  44. produce an implementation that performs well, and Thomas has no
  45. optimizations of any kind.  It does not perform well.  This reflects
  46. our goals and not necessarily the design of the language itself.
  47.  
  48. Thomas is NOT Dylan(TM).  We have not received approval for the use of
  49. the trademark, and we have not received a copy of a test suite other
  50. than the examples from the book itself.  We may, at some future date,
  51. pursue these issues with Apple.  The Thomas system was built with no
  52. direct input, aid, assistance or discussion with Apple.  All design
  53. and implementation decisions in Thomas reflect choices by the Thomas
  54. implementors based on reading the book published by Apple.  These
  55. decisions must not be construed in any way as deriving from Apple
  56. Computer Corporation or its employees.
  57.  
  58. We have made every effort to minimize the differences between Thomas
  59. and Dylan(TM), and to remove bugs, but help from others would be
  60. greatly appreciated.  The original development team consisted of:
  61.  
  62.       Matt Birkholz (Birkholz@crl.dec.com)
  63.       Jim Miller (JMiller@crl.dec.com)
  64.       Ron Weiss (RWeiss@crl.dec.com)
  65.  
  66. In addition, Joel Bartlett (Bartlett@wrl.dec.com), Marc Feeley
  67. (Feeley@iro.umontreal.ca), Guillermo Rozas (Jinx@zurich.ai.mit.edu)
  68. and Ralph Swick (Swick@crl.dec.com) contributed time and energy to the
  69. initial release.
  70.  
  71. %%% overflow headers %%%
  72. To: scheme@mc.lcs.mit.edu, crl, dylan-comments@cambridge.apple.com,
  73.         rrrs-authors@martigny.ai.mit.edu, meehan@src.dec.com,
  74.         bartlett@wrl.dec.com, comp.compilers.usenet, comp.object.usenet,
  75.         comp.programming.usenet, comp.sources.d.usenet,
  76.         comp.lang.functional.usenet, comp.lang.c++.usenet,
  77.         comp.lang.clos.usenet, comp.lang.lisp.usenet, comp.lang.modula3.usenet
  78. %%% end overflow headers %%%
  79.