[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MAKE-LIST
- To: ALAN at MIT-MC
- Subject: Re: MAKE-LIST
- From: Jon L White <JONL at MIT-MC>
- Date: Sun ,2 Nov 80 06:50:00 EDT
- Cc: LISP-FORUM at MIT-MC
Date: 2 November 1980 02:27-EST
From: Alan Bawden <ALAN at MIT-MC>
MacLisp has a new function: MAKE-LIST. . . .
Now I can use it in my code right?
Wrongo, cons-breath! Not unless I write it as:
(MAKE-LIST #Q <area-number> 17)
NIL too has MAKE-LIST; neither MacLISP nor NIL support the "area" consing
feature as such, but no doubt a similar thing in NIL will be done this way:
(DEFUN MAKE-LIST (<n> &OPTIONAL (<area> SI:DEFAULT-AREA)) ...)