Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!WHEATIES.AI.MIT.EDU!rms From: rms@WHEATIES.AI.MIT.EDU (Richard Stallman) Newsgroups: gnu.gcc Subject: possible modification to constructor expressions Message-ID: <8810080113.AA00250@sugar-bombs.ai.mit.edu> Date: 8 Oct 88 01:13:56 GMT References: <513@gt-eedsp.UUCP> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 would it be possible to eliminate the cast operator on the front of the list and infer the type of a homegenous bracketed list from its elements (or maybe just the first element)? It might be possible, but I think it is a very bad idea. I will not introduce expressions whose meanings depend on the context.