[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Proposals that didn't work (was Re: Proposal: allow @, $, !, and ? in Lua identifiers)
- From: Sean Conner <sean@...>
- Date: Fri, 25 Apr 2014 15:18:40 -0400
It was thus said that the Great Andrew Starks once stated:
>
> [1] For me, there are a couple of things I'd like to try: some kind of
> ability to adorn structured objects with type information being the
> one that pops to my mind. I've done that already and I like it. Once I
> go all of the way with the idea, I'll see if it's useful or not. So
> far, given the handful of experiments that I've tried, only two have
> survived:
>
> "Hello, %s!" % {"world"}
> --and
> local my_table = type.new({}, "foo_type")
>
> print(type.tostring(my_table), type(my_table, "foo_type"))
> --> "foo_type", true
>
> The rest of my "holy crap wouldn't it be awesome if..." ideas are in
> the garbage dump. Be glad nobody listened to me, either. :)
I, for one, would like to know what you proposed, tried out, rejected and
why it was rejected. Yes, it was a failure, but if you document it, then
others can learn why that "cool idea" might not have been such a "cool
idea".
-spc (Please?)
- Follow-Ups:
- Re: Proposals that didn't work (was Re: Proposal: allow @, $, !, and ? in Lua identifiers), Petite Abeille
- Re: Proposals that didn't work (was Re: Proposal: allow @, $, !, and ? in Lua identifiers), Andrew Starks
- Re: Proposals that didn't work (was Re: Proposal: allow @, $, !, and ? in Lua identifiers), Jorge
- References:
- Proposal: allow @, $, !, and ? in Lua identifiers, Coroutines
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, Tony Papadimitriou
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, Coroutines
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, steve donovan
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, Andrew Starks
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, Coroutines
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, Andrew Starks