home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / editors / 3112 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  1.5 KB

  1. Xref: sparky comp.editors:3112 comp.lang.lisp:3145 comp.lang.scheme:2836 comp.lang.lisp.x:285
  2. Path: sparky!uunet!spool.mu.edu!agate!anarres.CS.Berkeley.EDU!bh
  3. From: bh@anarres.CS.Berkeley.EDU (Brian Harvey)
  4. Newsgroups: comp.editors,comp.lang.lisp,comp.lang.scheme,comp.lang.lisp.x
  5. Subject: Re: LISP environment for BRIEF?
  6. Date: 28 Dec 1992 14:20:00 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 17
  9. Distribution: inet
  10. Message-ID: <1hn2egINNq53@agate.berkeley.edu>
  11. References: <1992Dec18.122513.9806@super.org> <Bzz1Fp.7AC@world.std.com>
  12. NNTP-Posting-Host: anarres.cs.berkeley.edu
  13.  
  14. jbk@world.std.com (Jeffrey B Kane) writes:
  15. >pcolsen@super.org (Peter C Olsen) writes
  16. >>Can anyone point me to a set of BRIEF macros that will set up a
  17. >>programming environment for LISP?  I'm trying to write some SCHEME
  18. >>programs on a PC using BRIEF and I would like to find a language
  19. >>package that would match ()'s, indent nested lists, etc.
  20. >
  21. >I've got a laptop I want to use an EMAC style editor
  22. >on for writing my LISP code, but I'm about to give up and sell it.
  23.  
  24. If you're looking for paren-flash and auto-indent on a PC, I recommend
  25. JOVE, an emacs-like free editor.  I include it with the PC version of
  26. Berkeley Logo, and the Unix version is what I edit with all the time.
  27. (You can find it on my computer anarres.cs.berkeley.edu by ftp.)  It
  28. doesn't manage to provide an interactive shell window in the DOS version,
  29. although it'll let you spawn a shell that uses the whole screen.  So
  30. it's not quite as nice as running Lisp in an EMACS window.
  31.