[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Declaration before variable
- To: common-lisp@SU-AI.ARPA
- Subject: Declaration before variable
- From: STEVER%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU
- Date: Thu, 24 Jul 1986 18:44:00 -0000
- In-reply-to: Msg of 23 Jul 1986 22:01-EDT from NGALL at G.BBN.COM
Date: Wednesday, 23 July 1986 22:01-EDT
From: NGALL at G.BBN.COM
Date: 23 Jul 1986 1252-PDT
From: Rem@IMSSS
Perhaps LISP should do this:
(DEFUN (STRING FOO) ((INTEGER X1 X2) (STRING S) (REAL Z))
...)
I would love such a declaration scheme.
Having used languages which do this kind of declaring, I third
the proposal.
-- Stever