home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0105.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  1.2 KB  |  27 lines

  1.  
  2. Harold,
  3.  
  4. A couple of things make it seem unlikely that anyone would have such a
  5. package right now.  First, we don't even have a final Common Lisp manual
  6. yet -- Guy's next draft is due very soon, but there will be some tuning
  7. and hassling after that.  Second, there are things in Common Lisp that
  8. would be very tough to fake on Franz: lexical binding, generic
  9. sequences, some of the hairy number types, character objects, etc.
  10. Common Lisp is pretty close to being a superset of Franz, so I would
  11. expect to see Franz compatibility packages in Common Lisp, but not vice
  12. versa.  Third, if anyone were writing such a package, they would be
  13. crazy not to have arranged for access to our code that implements all of
  14. the hairy functions, and nobody has done this to my knowledge.
  15.  
  16. My standard advice is for people to continue to code in Franz with the
  17. knowledge that they can easily convert their code to Common Lisp
  18. whenever the DEC Common Lisp is available to them.  This should be a
  19. one-time conversion, since moving the other way after "going native" in
  20. Common Lisp would be very tough.
  21.  
  22. If someone does pop up with a compatibility package -- even a partial
  23. one -- I would be interested in hearing about it.
  24.  
  25. -- Scott
  26.  
  27.