[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Dylan Constants
- To: info-dylan@cambridge.apple.com, netmail!info-dylan-request@cambridge.apple.com
- Subject: RE: Dylan Constants
- From: Kevin Purcell (Rho) <a-kevinp@microsoft.com>
- Date: Tue, 20 Oct 92 10:15:04 PDT
Do the Program Constants (p20) not suffice for this? $pi, $end-of-file, $etc.
Is the problem in first paragraph of Variable names on p20: "the names
of variables do not affect the semantics of the program"?
Does Dylan raise an error on (set! $pi 3.0)?
Kevin Purcell
a-kevinp@microsoft.com
My views are often orthogonal to those of Microsoft Corp
----------
From: Rich Duncan <netmail!duncan@stowe.bdsw.com>
To: Dylan Information Forum <info-dylan@cambridge.apple.com>
Subject: Dylan Constants
Date: Monday, October 19, 1992 11:20PM
From the Dylan reference, there appears to be now way of defining a read
only constant ala the Common Lisp DEFCONSTANT macro. This appears to be an
omission since that *constantness* of a variable is helpful to both
programmers and compilers.
Given a choice, I'd vote for an extension to the syntax of the DEFINE form
rather and the addition of another DEF macro.
Any thoughts?
--
Rich Duncan Internet: duncan@bdsw.com
Black Diamond Software, Inc. Compuserve: 75540,2532
127 Wilton Road East Phone: (203)438-3050
Ridgefield, CT 06877 Fax: (203)438-1447