home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / dylan / 15 < prev    next >
Encoding:
Text File  |  1993-01-12  |  3.9 KB  |  87 lines

  1. Newsgroups: comp.lang.dylan
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!mkant
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Subject: Re: Dylan info
  5. Message-ID: <C0rsxC.B2H.1@cs.cmu.edu>
  6. Sender: news@cs.cmu.edu (Usenet News System)
  7. Nntp-Posting-Host: glinda.oz.cs.cmu.edu
  8. Organization: School of Computer Science, Carnegie Mellon
  9. References: <MISAWA.93Jan12115322@physics16.berkeley.edu>
  10. Distribution: na
  11. Date: Wed, 13 Jan 1993 02:15:09 GMT
  12. Lines: 73
  13.  
  14. In article <MISAWA.93Jan12115322@physics16.berkeley.edu> misawa@physics.berkeley.edu writes:
  15. >    FAQ of the year: Where can I get/find information on Dylan ?
  16.  
  17. The following is from the Lisp FAQ posting. Send corrections/changes
  18. to lisp-faq@think.com.
  19.  
  20. --mark
  21.  
  22. Subject: [4-6] What is Dylan?
  23.  
  24. Dylan is a new object-oriented dynamic language (oodl), based on Scheme, CLOS,
  25. and Smalltalk.  The purpose of the language is to retain the benefits of oodls
  26. and also allow efficient application delivery.  The design stressed keeping
  27. Dylan small and consistent, while allowing a high degree of expressiveness. A
  28. manual/specification for the language is available from Apple Computer.  Send
  29. email to dylan-manual-request@cambridge.apple.com or write to Apple Computer, 1
  30. Main Street, Cambridge, MA 02142.  Include your complete address and also a
  31. phone number (the phone number is especially important for anyone outside the
  32. US). Comments on Dylan can be sent to the internet mail address
  33. dylan-comments@cambridge.apple.com. 
  34.  
  35. The mailing list info-dylan@cambridge.apple.com is for any and all
  36. discussions of Dylan, including language design issues, implementation
  37. issues, marketing issues, syntax issues, etc. The mailing list
  38. announce-dylan@cambridge.apple.com is for major announcements about
  39. Dylan, such as the availability of new implementations, new versions
  40. of the manual, etc.  This mailing list should be *much* lower volume
  41. than info-dylan.  Everything sent to this list is also sent to
  42. info-dylan.  The mailing list dylan-builders@cambridge.apple.com is
  43. for people who are working on Dylan implementations. (To be added to
  44. dylan-builders, send a note describing your implementation plans to
  45. dylan-builders-request.) The newsgroup comp.lang.dylan will be
  46. gatewayed to the info-dylan mailing list. 
  47.  
  48. Send mail to the -request version of the list to be added to it.
  49.  
  50. Apple hasn't announced plans to release Dylan as a product.  
  51.  
  52. The directory cambridge.apple.com:pub/dylan contains some documents
  53. pertaining to Dylan, including a FAQ list.
  54.  
  55. ========
  56.  
  57. Thomas is a compiler for a language that is compatible with the
  58. language described in the book "Dylan(TM) an object-oriented dynamic
  59. language" by Apple Computer Eastern Research and Technology, April
  60. 1992. Thomas was written at Digital Equipment Corporation's Cambridge
  61. Research Laboratory. Thomas is NOT Dylan(TM) and was built with no
  62. direct input, aid, assistance or discussion with Apple.
  63.  
  64. Thomas is available to the public by anonymous ftp at
  65.        crl.dec.com:pub/DEC/Thomas
  66.        gatekeeper.pa.dec.com:pub/DEC/Thomas
  67.        altdorf.ai.mit.edu:archive/Thomas
  68.  
  69. The Thomas system is written in Scheme and runs under MIT's CScheme,
  70. DEC's Scheme->C, and Marc Feeley's Gambit.  It can run on a wide range
  71. of machines including the Macintosh, PC compatibles, Vax, MIPS, Alpha,
  72. and 680x0.  Thomas generates IEEE compatible Scheme code.
  73.  
  74. DEC CRL's goals in building Thomas were to learn about Dylan by
  75. building an implementation, and to build a system they could use to
  76. write small Dylan programs. As such, Thomas has no optimizations of
  77. any kind and does not perform well. 
  78.  
  79. The original development team consisted of:
  80.           Matt Birkholz (Birkholz@crl.dec.com)
  81.           Jim Miller (JMiller@crl.dec.com)
  82.           Ron Weiss (RWeiss@crl.dec.com)
  83. In addition, Joel Bartlett (Bartlett@wrl.dec.com), Marc Feeley
  84. (Feeley@iro.umontreal.ca), Guillermo Rozas (Jinx@zurich.ai.mit.edu)
  85. and Ralph Swick (Swick@crl.dec.com) contributed time and energy to the
  86. initial release.
  87.