Related articles |
---|
[4 earlier articles] |
Re: Example interpreter C lfinsto1@gwdg.de (Laurence Finston) (2005-08-21) |
Re: Example interpreter C gneuner2@comcast.net (George Neuner) (2005-08-24) |
Re: Example interpreter C Markus.Elfring@web.de (2005-08-24) |
Re: Example interpreter C der_julian@web.de (Julian Stecklina) (2005-08-31) |
Re: Example interpreter C j_simon@gmx.at (Joerg Simon) (2005-09-02) |
Re: Example interpreter C lfinsto1@gwdg.de (Laurence Finston) (2005-09-07) |
Re: Example interpreter C boldyrev+nospam@cgitftp.uiggm.nsc.ru (Ivan Boldyrev) (2005-09-10) |
Re: Example interpreter C gneuner2@comcast.net (George Neuner) (2005-09-10) |
Re: Example interpreter C lfinsto1@gwdg.de (Laurence Finston) (2005-09-14) |
Re: Example interpreter C boldyrev@uiggm.nsc.ru (Ivan Boldyrev) (2005-09-17) |
Re: Lisp variables, was Example interpreter C lfinsto1@gwdg.de (Laurence Finston) (2005-09-22) |
Re: Lisp variables, was Example interpreter C der_julian@web.de (Julian Stecklina) (2005-09-25) |
From: | Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> |
Newsgroups: | comp.compilers |
Date: | 10 Sep 2005 12:36:11 -0400 |
Organization: | this field is intentionally left blank |
References: | 05-08-055 05-08-062 05-08-073 05-08-084 05-09-025 |
Keywords: | design |
Posted-Date: | 10 Sep 2005 12:36:11 EDT |
On 9226 day of my life Laurence Finston wrote:
> For example, I would not require variable declarations and I would
> allow variables to change their type by means of assignment. In
> other words, I would implement LISP-like behavior.
Do you mean Python-like behavior? Modern Lisp dialects (Common Lisp
and Scheme) do require variables declarations.
--
Ivan Boldyrev
Return to the
comp.compilers page.
Search the
comp.compilers archives again.