[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Change #..., disallow #{}, add ...[]
- From: "Soni L." <fakedme@...>
- Date: Sun, 18 Oct 2015 20:34:23 -0200
First of all #{} makes no sense, either you know the size or you should
be using select('#') instead. Second it'd be a lot more useful if #...
meant the same as select('#', ...). Third if we do get this we can still
do #({}), which should discourage such usage. Fourth ...[n] could mean
the same as select(n, ...) (but with an opcode instead of a function, so
that it's slightly faster).
--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.