home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / scheme / 2622 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.7 KB  |  50 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!think.com!mintaka.lcs.mit.edu!zurich.ai.mit.edu!jaffer
  3. From: jaffer@zurich.ai.mit.edu (Aubrey Jaffer)
  4. Subject: slib1c2 Scheme library available
  5. Message-ID: <JAFFER.92Nov20180711@camelot.ai.mit.edu>
  6. Sender: news@mintaka.lcs.mit.edu
  7. Organization: M.I.T. Artificial Intelligence Lab.
  8. Date: Fri, 20 Nov 1992 23:07:11 GMT
  9. Lines: 39
  10.  
  11. This message announces the availability of Scheme Library release
  12. slib1c2.
  13.  
  14. New in release slib1c2 are: Several bug fixes and functions for
  15. manipulating the case of strings.  Macro:repl now uses DYNAMIC-WIND
  16. to catch errors and interrupts.  This results in a useable interactive
  17. top level for those implementations which support DYNAMIC-WIND.
  18.  
  19. From: hanche@ams.sunysb.edu (Harald Hanche-Olsen) comes fixed floating
  20. random distributions.
  21.  
  22. SLIB is a portable scheme library meant to provide compatibiliy and
  23. utility functions for all standard scheme implementations.
  24.  
  25. SLIB includes initialization files for ELK 1.5, GAMBIT, MITScheme,
  26. scheme->C, Scheme48, and T3.1.  Scm4a also supports SLIB.
  27.  
  28. Documentation includes a manifest, installation instructions, and
  29. proposed coding standards for the library.  Documentation on each
  30. library package is supplied.
  31.  
  32. SLIB can be obtained via ftp (detailed instructions follow) from:
  33. altdorf.ai.mit.edu:archive/scm/slib1c2.tar.Z
  34. nexus.yorku.ca:pub/scheme/new/slib1c2.tar.Z
  35.  
  36.   ftp altdorf.ai.mit.edu [18.43.0.246] (anonymous)
  37.   cd archive/scm
  38.   bin
  39.   get slib1c2.tar.Z
  40.  
  41. or
  42.   ftp nexus.yorku.ca (anonymous)
  43.   cd pub/scheme/new
  44.   bin
  45.   get slib1c2.tar.Z
  46.  
  47.   `slib1c2.tar.Z' is a compressed tar file of a Scheme Library.
  48.  
  49. Remember to use binary mode when transferring the *.tar.Z files.
  50.