[perl6/specs] 8284cd: Correct spec of context aspects of the self term.

2015-01-13 Thread GitHub
: M S12-objects.pod Log Message: --- Correct spec of context aspects of the self term. Commit: 1ca72032a6bb3dc0011637edd629819a2a9cfbd3 https://github.com/perl6/specs/commit/1ca72032a6bb3dc0011637edd629819a2a9cfbd3 Author: Will Coke Coleda w...@coleda.com Date: 2015-01

[perl6/specs] 8284cd: Correct spec of context aspects of the self term.

2015-01-12 Thread GitHub
: M S12-objects.pod Log Message: --- Correct spec of context aspects of the self term.

[perl6/specs] de5fbb: [S32::Exception] Add X::Syntax::Term::MissingIniti...

2014-10-21 Thread GitHub
: M S32-setting-library/Exception.pod Log Message: --- [S32::Exception] Add X::Syntax::Term::MissingInitializer

[perl6/specs] 912d12: [S09] Add the term semilist to S09

2013-06-22 Thread GitHub
: M S09-data.pod Log Message: --- [S09] Add the term semilist to S09 This way someone seeing the mention of semilist in S03 can search through the spec and find the place where it's discussed in detail, S09, just by searching for the term itself, rather than thinking to search

[perl6/specs] cac7e3: [S05] prefer term frugal to eager/minimal

2012-05-23 Thread GitHub
paths: M S05-regex.pod Log Message: --- [S05] prefer term frugal to eager/minimal

Term::ReadKey inclusion

2000-09-29 Thread Tom Christiansen
It is unreasonably complicated to do single-character input in a portable fashion. We should therefore include the Term::ReadKey module in the standard distribution. Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only

[OT] How to pronounce 'www' (was Re: ... as a term)

2000-08-24 Thread Daniel Chetlin
On Wed, Aug 23, 2000 at 11:43:04PM -0400, Uri Guttman wrote: On Mon, 21 Aug 2000 18:21:00 -0700 (PDT), Larry Wall wrote: If you want to save the world, come up with a better way to say "www". (And make it stick...) [snip of other possibilities] the variation i learned somewhere was "wuh wuh

Re: [OT] How to pronounce 'www' (was Re: ... as a term)

2000-08-24 Thread Bart Lateur
On Wed, 23 Aug 2000 20:58:02 -0700, Daniel Chetlin wrote: I use "dub dub dub", which I picked up at Intel. I find it much easier to pronounce quickly than anything that uses an approximant. http://x74.deja.com/[ST_rn=ps]/getdoc.xp?AN=603967285 I do like "wibbly". Or "wibble". It has a

OT: pronouncing www (was: Re: ... as a term)

2000-08-24 Thread Dave Storrs
On Thu, 24 Aug 2000, Bart Lateur wrote: On Mon, 21 Aug 2000 18:21:00 -0700 (PDT), Larry Wall wrote: If you want to save the world, come up with a better way to say "www". (And make it stick...) "The world"? This problem only exists in English! We pronounce it something similar to "way

Re: OT: pronouncing www (was: Re: ... as a term)

2000-08-24 Thread Tom Christiansen
The "www" in e.g., "www.netscape.com" is pronounced, IMO, in the same way as other useless, should-be-obvious punctuation. It's silent. Seems like something you should take up with RFC 819, or maybe with RFC 881, considering that they and their ramifying successors all seem to be in flagrant

Re: OT: pronouncing www (was: Re: ... as a term)

2000-08-24 Thread Austin Hastings
"foo.bar" ne "www.foo.bar" pronounce("foo.bar") eq pronounce("www.foo.bar") As in, "Surf to www.perl.org and read the new ..." sounds like "Surf to perl dot org and read the new ..." =Austin --- Tom Christiansen [EMAIL PROTECTED] wrote: The "www" in e.g., "www.netscape.com" is pronounced,

Re: OT: pronouncing www (was: Re: ... as a term)

2000-08-24 Thread Ted Ashton
Thus it was written in the epistle of Austin Hastings, "foo.bar" ne "www.foo.bar" pronounce("foo.bar") eq pronounce("www.foo.bar") As in, "Surf to www.perl.org and read the new ..." sounds like "Surf to perl dot org and read the new ..." =Austin Just to be absolutely certain,

Re: ... as a term

2000-08-23 Thread Nathan Wiger
If you want to save the world, come up with a better way to say "www". (And make it stick...) The funniest thing I've ever read is that Tim Berners-Lee's wife supposedly criticized the term "www" because "world wide web" was shorter to say than "www" (3 syllables vs. 9). -Nate

Re: ... as a term

2000-08-23 Thread Bart Lateur
On Mon, 21 Aug 2000 18:21:00 -0700 (PDT), Larry Wall wrote: If you want to save the world, come up with a better way to say "www". (And make it stick...) "The world"? This problem only exists in English! We pronounce it something similar to "way way way". -- Bart.

Re: ... as a term

2000-08-23 Thread Bryan C . Warnock
On Wed, 23 Aug 2000, Bart Lateur wrote: On Mon, 21 Aug 2000 18:21:00 -0700 (PDT), Larry Wall wrote: If you want to save the world, come up with a better way to say "www". (And make it stick...) "The world"? This problem only exists in English! We pronounce it something similar to "way

Re: ... as a term

2000-08-23 Thread Uri Guttman
"BCW" == Bryan C Warnock [EMAIL PROTECTED] writes: BCW On Wed, 23 Aug 2000, Bart Lateur wrote: On Mon, 21 Aug 2000 18:21:00 -0700 (PDT), Larry Wall wrote: If you want to save the world, come up with a better way to say "www". (And make it stick...) "The world"? This

Re: ... as a term

2000-08-22 Thread Karl Glazebrook
Numerical python uses "..." in the same sense for axis lists in multi-dim arrays. (Improved syntax for multidim arrays is one wishlist item from PDL for the perl core. See RFC117) NumPy allows you to say: a[..., :]; where "..." means "however many", - so this is a slice along the last

Re: ... as a term

2000-08-22 Thread Jarkko Hietaniemi
On Tue, Aug 22, 2000 at 09:49:12AM -0400, John Porter wrote: Damian Conway wrote: Easy. I'll just add a Cthing operator to Q::S. It would take no arguments and return a (lazy?) list of every possible Perl subroutine. PS: Can you tell whether I'm joking? I think you're both joking

Re: ... as a term

2000-08-22 Thread John Porter
Piers Cawley wrote: You forgot: print (1, 11, 21, 1211, ...) print( 'M', 'MI', 'MIU', ... ) ALso, Larry, how about making the various common emoticons meaningful? please do come from 10; :-) I.e. "belay that command". -- John Porter We're building the

Re: ... as a term

2000-08-22 Thread John Porter
Larry Wall wrote: I'd entertain a proposal that ... be made a valid term that happens to do nothing, so that you can run your examples through perl -c for syntax checks. Or better, make it an official "stub" for rapid prototyping, with some way of getting a warning whenever y

Re: ... as a term

2000-08-22 Thread Larry Wall
John Porter writes: : Could you make it "evaporate" and compile time, just like the (proposed) qc()? Hard to make it evaporate at compile time and still give a warning at run time. :-) Larry

Re: ... as a term

2000-08-22 Thread John Porter
Larry Wall wrote: John Porter writes: : Could you make it "evaporate" and compile time, just like the (proposed) qc()? Hard to make it evaporate at compile time and still give a warning at run time. :-) Eh, eh... Curdle it into the appropriate warn() call! -- John Porter

Re: ... as a term

2000-08-22 Thread Damian Conway
I think this is fraught with peril. I'd have expected: print (1, 2, 3, ...) or die; to print 12345678910111213141516171819202122232425262728etc No, if that's what you wanted, you'd get it with print( 1, 2, 3 .. ) # RFC 24

Re: ... as a term

2000-08-21 Thread Randal L. Schwartz
few months ago. Larry I'd entertain a proposal that ... be made a valid term that happens Larry to do nothing, so that you can run your examples through perl -c for Larry syntax checks. Or better, make it an official "stub" for rapid Larry prototyping, with some way of getting a warning

Re: ... as a term

2000-08-21 Thread Ed Mills
Excellent idea- anything to get to production faster! But don't {} or {1} sort of do the same thing? From: Larry Wall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ... as a term Date: Mon, 21 Aug 2000 09:09:01 -0700 (PDT) Randal L. Schwartz writes: : if ($a == $b

RE: ... as a term

2000-08-21 Thread Brust, Corwin
-Original Message- From: Ed Mills [mailto:[EMAIL PROTECTED]] Excellent idea- anything to get to production faster! But don't {} or {1} sort of do the same thing? I think the point here is readability, not unique functionality. There more then one way to do it :) -Corwin

Re: ... as a term

2000-08-21 Thread Damian Conway
I've always wished it was the famous "do what I mean" operator: if ($a eq "input") { ... # let perl figure out what to do here } else { print "I need more input!\n"; } That'd make "rapid application development"

Re: ... as a term

2000-08-21 Thread Damian Conway
Larry Wall writes: I'd entertain a proposal that ... be made a valid term that happens to do nothing, so that you can run your examples through perl -c for syntax checks. Or better, make it an official "stub" for rapid prototyping, with some way of getting

Re: ... as a term

2000-08-21 Thread Jonathan Scott Duff
. I'd entertain a proposal that ... be made a valid term that happens to do nothing, so that you can run your examples through perl -c for syntax checks. Or better, make it an official "stub" for rapid prototyping, with some way of getting a warning whenever you execute such a s

Re: ... as a term

2000-08-21 Thread Damian Conway
The interesting thing about ... is that you have to be able to deal with it a statement with an implied semicolon: print "foo"; ... print "bar"; We already have plenty of statements with implied semicolons: print "foo"; for @list {}

Re: ... as a term

2000-08-21 Thread Larry Wall
[EMAIL PROTECTED] writes: : We already have plenty of statements with implied semicolons: : : print "foo"; : for @list {} : print "bar"; Yes, we do, and I'm trying to figure out how to write a prototype for one of those. :-) / 2 : I'd have expected: : : print (1,

Re: ... as a term

2000-08-21 Thread Damian Conway
[EMAIL PROTECTED] writes: : We already have plenty of statements with implied semicolons: : : print "foo"; : for @list {} : print "bar"; Yes, we do, and I'm trying to figure out how to write a prototype for one of those. :-) / 2 Under RFC 128 and the

Re: ... as a term

2000-08-21 Thread skud
On Mon, Aug 21, 2000 at 01:01:20PM -0600, Nathan Torkington wrote: Larry Wall writes: I'd entertain a proposal that ... be made a valid term that happens to do nothing, so that you can run your examples through perl -c for syntax checks. Or better, make it an official "stub"