Re: Looking for new language features (re-elaboration)

"Joachim Durchholz" <joachim_d@gmx.de>
17 Sep 2000 23:01:40 -0400

          From comp.compilers

Related articles
Re: Looking for new language features (re-elaboration) lingolanguage@hotmail.com (William Rayer) (2000-09-13)
Re: Looking for new language features (re-elaboration) brangdon@cix.compulink.co.uk (2000-09-15)
Re: Looking for new language features (re-elaboration) joachim_d@gmx.de (Joachim Durchholz) (2000-09-17)
Re: Looking for new language features (re-elaboration) joachim_d@gmx.de (Joachim Durchholz) (2000-09-17)
Re: Looking for new language features (re-elaboration) vbdis@aol.com (2000-09-17)
Re: Looking for new language features (re-elaboration) Martin.Ward@durham.ac.uk (2000-09-21)
Re: Looking for new language features (re-elaboration) genew@shuswap.net (2000-09-21)
Re: Looking for new language features (re-elaboration) joachim_d@gmx.de (Joachim Durchholz) (2000-09-21)
Re: Looking for new language features (re-elaboration) etoffi@bigfoot.com (2000-09-21)
Re: Looking for new language features (re-elaboration) rhyde@cs.ucr.edu (Randall Hyde) (2000-09-23)
| List of all articles for this month |

From: "Joachim Durchholz" <joachim_d@gmx.de>
Newsgroups: comp.compilers
Date: 17 Sep 2000 23:01:40 -0400
Organization: Compilers Central
References: 00-09-096 00-09-111
Keywords: design

<brangdon@cix.compulink.co.uk> wrote:
>
> Eiffel uses "once" functions that are evaluated at runtime, but
> only once.


That is, upon first call.


> I'm not sure its syntax is expressive enough to make tables
> really easy to work with.


Well, it's function calls, so you can write down about anything that
you want. But it doesn't provide compile-time evaluation, which is
one of the more important aspects of static data (moving computations
from run time to compile time).


Regards,
Joachim


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.