John Porter wrote: > Has anyone suggested '*'? Since its use for typeglobs is (repsumably) > going away, it's available (right?). > > It the "wildcard" mnemonic value is consistent with "placeholder". > Yes, it's been suggested, but we might be too late on that one--another RFC suggests reserving '*' for reserved perl identifiers. Maybe we don't have to resolve this in the RFC--since the choice of prefix depends on a number of other design decisions. Could we use one consistant prefix in the examples, and point out in the implementation that other prefixes are possible. eg: - ^: Our preferred option, but need to ensure that ambiguity in regexps is avoided - *: Next best, if not used to signify perl reserved identifiers - _: Next best option Is the regexp issue the only problem for '^'? If so, isn't this an issue for any prefix? Presumably the placeholder identifier should be 'special' under the same conditions as '$', when in a regexp...
- Re: Different higher-order func ... Jeremy Howard
- Re: Different higher-order func ... Glenn Linderman
- Re: Different higher-order func ... Nathan Wiger
- Re: Different higher-order func ... Bart Lateur
- Re: Different higher-order func ... Jeremy Howard
- Re: Different higher-order func ... Jeremy Howard
- Re: Different higher-order func ... Nathan Wiger
- Re: Different higher-order func ... Nathan Wiger
- Re: Different higher-order func ... Bart Lateur
- Re: Different higher-order func ... John Porter
- Re: Different higher-order func ... Jeremy Howard
- Re: Different higher-order func ... Peter Scott
- Re: Different higher-order func ... Chaim Frenkel
- Re: Different higher-order func notat... Damian Conway
- Re: Different higher-order func notation? (wa... Ken Fox
- Re: Different higher-order func notation?... Jeremy Howard
- Re: Different higher-order func notation? (was Re... Peter Scott
- Re: Different higher-order func notation? (was Re... Bart Lateur
- Re: Different higher-order func notation? (wa... Jonathan Scott Duff
- Re: RFC 23 (v1) Higher order functions Ken Fox
- Re: RFC 23 (v1) Higher order functions Damian Conway