home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk1.iso / altsrc / articles / 11154 < prev    next >
Internet Message Format  |  1994-08-23  |  2KB

  1. Path: wupost!uhog.mit.edu!news.kei.com!travelers.mail.cornell.edu!newstand.syr.edu!galileo.cc.rochester.edu!ceas.rochester.edu!ceas.rochester.edu!not-for-mail
  2. From: weisberg@kirchoff.ee.rochester.edu (Jeff Weisberg)
  3. Newsgroups: comp.lang.lisp,alt.sources
  4. Subject: new lisp interp.
  5. Followup-To: alt.sources.d
  6. Date: 23 Aug 1994 11:05:33 -0400
  7. Organization: University of Rochester School of Engineering and Applied Science
  8. Lines: 51
  9. Message-ID: <Jlisp94Aug23Notice@ee.rochester.edu>
  10. NNTP-Posting-Host: kirchoff.ee.rochester.edu
  11. Xref: wupost comp.lang.lisp:12959 alt.sources:11154
  12.  
  13. jlisp is a lisp interpreter. It is heavily influenced from
  14. the suchlikes of scheme, emacs-lisp, ...
  15.  
  16. It was designed to be easily used as an embedded interpreter
  17. (which is what is was actually developed for)
  18. It is easily extended.
  19.  
  20.  
  21. Another lisp interpreter??!?!?
  22.     Just what I needed, that and a hole in my head...
  23.  
  24. No, wait! This one is better
  25.     Why is it better?
  26. 'Cause *I* wrote it--Ouch! Stop throwing things at me...
  27.  
  28.  
  29. some features:
  30.  
  31. smaller size than emacs!
  32.     text    data    bss     dec     hex
  33.     262144  73728   7816    343688  53e88   undumped
  34.     262144  606208  0       868352  d4000   dumped
  35.     1007616 475136  0       1482752 16a000    dumped emacs
  36.  
  37. faster than your C++ comiler:
  38.     % time jl -e "(quit)" -norc
  39.     0.0u 0.0s 0:01 12% 0+396k 11+0io 55pf+0w
  40.  
  41.     % time CC /dev/null >&/dev/null
  42.     0.1u 0.5s 0:01 44% 0+212k 0+19io 3pf+0w
  43.  
  44. portable:
  45.     It also runs on non-Sparc boxen!
  46.     Even tested on a little endian box!
  47.  
  48. extensively creeped features!
  49.     (It slices, it dices...)
  50.  
  51. *easily* interfaced with C/C++!
  52.     (that's actually what it was designed for)
  53.  
  54. well documented (where have you heard that before):
  55.     completely self-documenting
  56.  
  57. The code has been placed on alt.sources and on
  58. ftp.ee.rochester.edu:/pub/weisberg/jlisp-1.03.tar.gz
  59.  
  60.  
  61. enjoy
  62.     --jeff
  63.  
  64.