Related articles |
---|
Language design question flisakow@ricotta.cs.wisc.edu (2000-02-13) |
Re: Language design question world!cfc@uunet.uu.net (Chris F Clark) (2000-02-13) |
Re: Language design question jejones@microware.com (James Jones) (2000-02-15) |
Re: Language design question flisakow@ricotta.cs.wisc.edu (2000-02-15) |
Re: Language design question mkg@lanl.gov (2000-02-16) |
Re: Language design question joachim.durchholz@halstenbach.com.or.de (Joachim Durchholz) (2000-02-16) |
Re: Language design question joachim.durchholz@halstenbach.com.or.de (Joachim Durchholz) (2000-02-17) |
Re: Language design question kst@cts.com (Keith Thompson) (2000-02-19) |
Re: Language design question thp@roam-thp2.cs.ucr.edu (Tom Payne) (2000-02-19) |
Re: Language design question Andrew.Walker@nottingham.ac.uk (Dr A. N. Walker) (2000-02-27) |
[3 later articles] |
From: | flisakow@ricotta.cs.wisc.edu (Shaun Flisakowski) |
Newsgroups: | comp.compilers |
Date: | 15 Feb 2000 22:14:24 -0500 |
Organization: | U of Wisconsin CS Dept |
References: | 00-02-065 |
Keywords: | design |
Shaun Flisakowski <flisakow@ricotta.cs.wisc.edu> wrote:
>It seems that with strong typing, there is no need for a dereferencing
>operator, as the compiler could add these automatically. (I'd still
>have an address-of operator)
Thanks to everyone who replied. I've been (mostly) talked out
of it, and will require a dereferencing operator for all calls
except member selection, in which case the '.' will automatically
add the derefences.
In case anyone is interested, I've made a webpage with some of
my current ideas for the language:
http://www.spf-15.com/omega.html
Shaun
--
Shaun flisakow AT spf-15.com
http://www.spf-15.com - Windows Games, and Unix Freeware.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.