[Info-vax] VMS port to x86

hb becker.avd at gmail.com
Wed May 30 17:06:03 EDT 2012


On May 30, 3:53 pm, koeh... at eisner.nospam.encompasserve.org (Bob
Koehler) wrote:

>    On the other hand, I've yet to find out how to build actual data
>    structures in Lisp, other than the built-in cons cell.

VAX LISP? Here it goes

(DEFINE-ALIEN-STRUCTURE sm-desc
  "descriptor for shared memory"
  (length          :UNSIGNED-INTEGER     0   4)
  (address       :POINTER              4   8))



More information about the Info-vax mailing list