[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GOSUX



Why not invent a BASIC special form?

Much better are local functions.

((LAMBDA (&FUNCTION FOO)
     (LIST (FOO 1) (FOO 2)))
 #'(LAMBDA (A) (* A A)))