home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / 2238 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.9 KB  |  47 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!sarah!cook!saxena
  3. From: saxena@cs.albany.edu (Tushar Saxena)
  4. Subject: Re: run-program in kcl
  5. Message-ID: <1992Aug17.170840.8106@cs.albany.edu>
  6. Originator: saxena@tarski.albany.edu
  7. Keywords: run-program, common lisp, kcl, load.
  8. Sender: usenet@cs.albany.edu (USENet news)
  9. Organization: The University at Albany, Comp. Sci. Dept.
  10. References: <1992Aug13.194657.6098@cs.albany.edu> <16fpq4INN848@early-bird.think.com> <1992Aug17.075945.28178@Csli.Stanford.EDU>
  11. Date: Mon, 17 Aug 1992 17:08:40 GMT
  12. Lines: 33
  13.  
  14.  
  15. OK, For run-program counterpart in kcl I got the following two functions
  16. to work with :
  17.  
  18. 1] run-process - My version of kcl (1.599) does not support it.
  19.  
  20. 2] exclp - I have not yet checked it.
  21.  
  22. As far as "system" is concerned, it will surely not work. I need a stream
  23. for input and output. This is not possible with system.
  24.  
  25. About the -load option, I really need that, but do not know how to do
  26. it. Solve the following problem for me :
  27.  
  28. I want to have some way of loading some file before I get into kcl.
  29. Note that init.lsp will not work because that will always load the
  30. same file. You can say that I can change the init.lsp file, but I
  31. am calling kcl through another program using rsh, and at various
  32. points in the program, I want different files to be loaded!
  33.  
  34. If the above makes sense, please reply.
  35.  
  36. ttfn
  37.     -Tush.
  38.  
  39. --------------------------------------------------------------------------------
  40. And any fool knows a dog needs a home, A shelter from pigs on the wing.
  41.         -Roger Waters
  42. --------------------------------------------------------------------------------
  43. email : saxena@cs.albany.edu                        Computer Science Department
  44. Phone : 518-442-3388                    SUNY Albany
  45. Tushar Saxena                        Albany NY 12222 (USA)
  46. --------------------------------------------------------------------------------
  47.