home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / scheme / 2131 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!gatech!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: brianbec@microsoft.COM (Brian Beckman)
  4. Subject: (none)
  5. Message-ID: <9209011326.AA03050@outmail.microsoft.com>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Organization: The Internet
  8. Date: Tue, 1 Sep 1992 13:25:25 GMT
  9. Lines: 20
  10.  
  11. Guillermo writes:
  12. >|   I'd like to be able to invoke small scheme programs from the shell and
  13. >|   not have it take several seconds to load and occupy several megabytes
  14. >|   of swap space.
  15. >|   --
  16. >
  17. >I agree this would be nice to have, however, I try to use the shell as
  18. >little as possible :-).
  19.  
  20. Why not just hook up a scheme environment to *ALL* the OS entry points
  21. and use scheme as your shell?  You could even call it the "schell"
  22. or "schnell" :-).  Dutch, German, or English pronunciation optional.
  23. This wouldn't be hard, especially with siod or xscheme.  Get out the old
  24. man pages and just start typing.  Or use some sort of dynamic linking.
  25. Siod is ineluctably going this way, in fact.  Gjc just
  26. announced a new version (2.9) with hookups to more C runtime &
  27. OS entry points (some file I/O this time).
  28.  
  29. =b=
  30.  
  31.