[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Request for clarification on reserved names
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 25 Apr 2014 13:00:26 +0200
On Fri, Apr 25, 2014 at 12:52 PM, Coroutines <coroutines@gmail.com> wrote:
> I think you're right to fear feature cancer, but I think you sometimes
> refuse to consider anything that reminds you of something
> not-already-Lua.
It has become a reflex, but in a minimalist language, the bar for new
features is pretty high. (We were even talking about _taking away_
functionality a while back, shock horror). We need features that open
up new ways of doing things and help solve big issues, not
re-arranging lexical furniture.
> Instead of: if a and a.b and a.b.c then ... end
> We'd have: if a?b?c then ... end
I could go with that. It's an example of a pattern from other
languages which would be generally convenient to have around.
- References:
- Request for clarification on reserved names, Hisham
- RE: Request for clarification on reserved names, Thijs Schreijer
- Re: Request for clarification on reserved names, Hisham
- Re: Request for clarification on reserved names, Dirk Laurie
- Re: Request for clarification on reserved names, Coroutines
- Re: Request for clarification on reserved names, Dirk Laurie
- Re: Request for clarification on reserved names, steve donovan
- Re: Request for clarification on reserved names, Coroutines
- Re: Request for clarification on reserved names, steve donovan
- Re: Request for clarification on reserved names, Coroutines