ftp.nice.ch/peanuts/GeneralData/Usenet/news/1989/CSN-89.tar.gz#/comp-sys-next/1989/Sep/Lisp

This is Lisp in view mode; [Up]


Date: Sun 13-Sep-1989 19:31:38 From: Unknown Subject: Lisp Is anyone using 'cl'? I'd like to know where (or if) there's any documentation for it, and how it interfaces with Mach, NeXTStep, resources, system-defined objects etc. Peter M. Yadlowsky | "Pay no attention to that man Academic Computing Center | behind the curtain!" University of Virginia | pmy@Virginia.EDU | >From: c60c-4ad@WEB.berkeley.edu
Date: Sun 14-Sep-1989 04:46:37 From: Unknown Subject: Re: Lisp In article <1994@hudson.acc.virginia.edu> pmy@jeeves.acc.Virginia.EDU (Pete Yadlowsky) writes: > >Is anyone using 'cl'? I'd like to know where (or if) there's any >documentation for it, and how it interfaces with Mach, NeXTStep, >resources, system-defined objects etc. `cl' on NeXT is Franz Inc.'s Allegro CL Common Lisp. It has many of the same features found with Allegro CL on other unix machines (eg, foreign functions, object-oriented programming, multi-processing within lisp). A powerful extension for the NeXT version of Allegro CL is the interface to Objective-C. Not only is one able to pass objects back and forth between lisp and Objective-C, but it is possible to dynamically define and redefine Objective-C classes and methods. In addition, one can dynamically "look up" the methods or instance variables for an Objective-C class within lisp. This is as opposed to having to rummage through static documentation or Objective-C header files. The Objective-C interface opens up NeXTStep to lisp and vice-versa. There are a couple of example lisp source files included in the lisp distribution on 1.0 that show how one can write an application in lisp using a NIB file from the Interface Builder. Regarding on-line documentation, 1.0 includes descriptions with examples for each Allegro CL extension to standard common lisp. In addition, each lisp function that's part of an extension has its own documentation page (in a style similar to UNIX man pages). Charley --- Charles A. Cox, Franz Inc. 1995 University Avenue, Suite 275 >From: rogerj@batcomputer.tn.cornell.edu (Roger Jagoda)

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Marcel Waldvogel and Netfuture.ch.