home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / scheme / 2612 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.2 KB

  1. Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!brutus.cs.ubc.ca!not-for-mail
  2. From: hassan@cs.ubc.ca (Moustafa Hassan)
  3. Newsgroups: comp.lang.scheme
  4. Subject: File and string handling
  5. Date: 19 Nov 1992 10:03:39 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Lines: 18
  8. Message-ID: <1egktrINNe8t@brutus.cs.ubc.ca>
  9. NNTP-Posting-Host: brutus.cs.ubc.ca
  10. Keywords: references
  11.  
  12. I'm trying to hack together a simple unix-like shell for my mac
  13. using scm4a11 (the only scheme interpreter that's small enough to share
  14. an 800K floppy with an old version of MacOS).  Reading and writing 
  15. to files is easy enough, but are there any (standard) advanced file-
  16. handling techniques in scheme?  In particular, I'm trying to write a 
  17. program to list directory contents (like 'ls') and one to remove files
  18. (like 'rm').  I've already written 'cat'.
  19.  
  20. Any references would be helpful.  Thanks.
  21.  
  22. ********************************************************************
  23. * Moustafa Hassan          |                                       *
  24. * hassan@cs.ubc.ca         |  Political correctness is a euphemism *  
  25. * TEL/FAX: (604) 535-2826  |  for intellectual stagnation.         *
  26. ********************************************************************
  27.  
  28.  
  29.  
  30.