This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project. See the Kawa home page for more information.
>... >I do have some concerns about the syntax, because we have an >... >One option is to use extra parentheses: > (let (((i <int>) 10)) ...) The "rule" that I follow is: always use a list form when introducing new syntax. That way programs are still easily manipulated as data so people can define their own syntax with macros. I "vote" for the "extra parentheses"... Thanks, Harold