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

Re: Dylan Constants



/// Probably a good choice since that will make DEFINE semantically closer
/// to #DEFINE in C and %REPLACE in PL/I.

What?!  I don't know about %REPLACE, but #define is at a completely different
level than the rest of C's syntax (the pre-processor), but Dylan's define forms
are just forms...

Also, they bind atoms, not lists of characters like #define.

	-- Scot