home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / scheme / 2751 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.2 KB

  1. Xref: sparky comp.lang.scheme:2751 comp.lang.lisp:3085
  2. Path: sparky!uunet!mitech!gjc
  3. From: gjc@mitech.com (George J. Carrette)
  4. Newsgroups: comp.lang.scheme,comp.lang.lisp
  5. Subject: Re: Want history/command editing facilities in free Lisps
  6. Message-ID: <4068@mitech.com>
  7. Date: 15 Dec 92 10:49:06 GMT
  8. References: <1992Dec8.150654.6516@st-andrews.ac.uk> <HANCHE.92Dec9104214@ptolemy.ams.sunysb.edu> <1992Dec15.034053.10061@midway.uchicago.edu>
  9. Organization: Mitech Corporation, Concord MA
  10. Lines: 17
  11.  
  12. In article <1992Dec15.034053.10061@midway.uchicago.edu>, ab2r@quads.uchicago.edu (Marshall Abrams) writes:
  13. > I'm really thankful to all of the free Lisp and Scheme
  14. > implementors out there, but I want to put in a plug for adding a
  15. > command line editing/history mechanism to these programs.  If I
  16. > were a real C programmer, and had time, I suppose I'd do it
  17. > myself. 
  18.  
  19. You don't need to create any new program. The GNU software has a subroutine
  20. library for adding command-line editing.
  21.  
  22. On the other hand, it is not unusual to find that command line
  23. editors (and/or fancy rubout handlers) are in fact LARGER than
  24. otherwise complete LISP implementations like SIOD.
  25.  
  26. Everything has its cost.
  27.  
  28. -gjc
  29.