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

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