CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1980
content-type: text/html; charset=utf-8
last-modified: Sun, 12 Oct 2025 16:26:40 GMT
traceparent: 92f767aad86d1618fac070f0c3a31a46
strict-transport-security: max-age=15768000
Re: Dot forms of adjectives - nntp.perl.org
Front page | perl.perl6.language |
Postings from March 2009
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Re: Dot forms of adjectives
Thread Previous | Thread NextFrom:
Larry WallDate:
March 15, 2009 03:54Subject:
Re: Dot forms of adjectivesMessage ID:
20090315105421.GA21817@wall.orgOn Sun, Mar 15, 2009 at 11:11:16AM +0300, Richard Hainsworth wrote: > But I recently read this on irc: > > 2009-03-12 > 23:16 pugs_svn r25809 | lwall++ | This decrease in consistency on > the syntactic level is offset by an > 23:16 pugs_svn r25809 | lwall++ | increase in consistency on the > semantic level, as suggested by rouso++. > 23:16 pugs_svn r25809 | lwall++ | (We'd already gotten rid of the > dot forms of adverbs some time ago, > 23:16 pugs_svn r25809 | lwall++ | for similar reasons. We just > didn't quite carry the idea through.) > > and then read this: > > S03 Changes to Perl5 Operators > ... > > if $filename ~~ :e { say "exists" } > > is the same as > > if $filename.e { say "exists" } > > The 1st form actually translates to the latter form, so the object's > class decides how to dispatch methods. > > > Is there an inconsistency here? Different dot form. I was talking about :foo.(), :bar.[] and such, which were removed from the spec some time ago, and are now actually gone from STD.pm and t/spec, thanks to your++ bringing it up. :) LarryThread Previous | Thread Next
- IO, Trees, and Time/Date by Timothy S. Nelson
- Re: IO, Trees, and Time/Date by Daniel Ruoso
- Re: IO, Trees, and Time/Date by Geoffrey Broadwell
- Re: IO, Trees, and Time/Date by Timothy S. Nelson
- Re: IO, Trees, and Time/Date by Dave Rolsky
- Re: IO, Trees, and Time/Date by Timothy S. Nelson
- Re: IO, Trees, and Time/Date by Martin D Kealey
- Temporal and purity (was: Re: IO, Trees, and Time/Date) by Timothy S. Nelson
- Re: Temporal and purity (was: Re: IO, Trees, and Time/Date) by Martin Kealey
- Re: Temporal and purity (was: Re: IO, Trees, and Time/Date) by David Green
- Re: Temporal and purity by Ruud H.G. van Tol
- Re: Temporal and purity (was: Re: IO, Trees, and Time/Date) by Mark J. Reed
- Re: IO, Trees, and Time/Date by Darren Duncan
- Re: IO, Trees, and Time/Date by Darren Duncan
- Re: IO, Trees, and Time/Date by Timothy S. Nelson
- Re: IO, Trees, and Time/Date by Darren Duncan
- Re: IO, Trees, and Time/Date by Richard Hainsworth
- Re: IO, Trees, and Time/Date by Timothy S. Nelson
- Re: IO, Trees, and Time/Date by Mark Overmeer
- Re: IO, Trees, and Time/Date by Richard Hainsworth
- Re: IO, Trees, and Time/Date by Richard Hainsworth
- Re: IO, Trees, and Time/Date by Timothy S. Nelson
- Dot forms of adjectives by Richard Hainsworth
- Re: Dot forms of adjectives by Larry Wall
- Re: Dot forms of adjectives by Richard Hainsworth
- Re: IO, Trees, and Time/Date by Mark J. Reed
- Re: IO, Trees, and Time/Date by Timothy S. Nelson
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About