onnotation - but 'grep' has the benefit that it also has an existing
perl connotation.
--
Andy Armstrong, hexten.net
On 20 Sep 2006, at 19:05, Larry Wall wrote:
Let it be. :)
I could just as easily have called for a revolution :)
--
Andy Armstrong, hexten.net
The security angle is that it prevents the creation of subclasses
that can circumvent security restrictions in the base class.
I wonder if some of the debate here was informed by the perception
that 'final' is a valuable feature in Java whereas actually it's a
hacky bodge to solve a couple of language design problems?
--
Andy Armstrong, hexten.net
at or a close variation of it was a pretty common idiom.
--
Andy Armstrong, hexten.net
is all :)
--
Andy Armstrong, hexten.net
in the future so you could avoid them all?
--
Andy Armstrong, hexten.net
On 14 May 2007, at 12:31, Thomas Wittek wrote:
How did C, C#, Java, Ruby, Python, Lua, JavaScript, Visual Basic,
etc. know?
They didn't.
If there is a new release, you always have to check if your code
still runs.
I think that may be the point I'm making.
--
Andy Armstrong, hexten.net
r than adding some other potentially useful
functionality?
You're going to surprise people who use x to create padding strings
if a negative count produces a padding string of the same length.
--
Andy Armstrong, hexten.net
On 28 Nov 2007, at 18:28, James Fuller wrote:
A few things I could imagine; native XML data type (and whatever that
means at this late stage)
What might that mean at any stage?
--
Andy Armstrong, Hexten
olating plain text into a string that has the
unit 'html' would force a (user defined) html upgrade on the
interpolated text.
On the other hand
my $amp = '&'html;
my $body = "$amp"html; # gets &
--
Andy Armstrong, Hexten
On 4 Dec 2007, at 16:19, Andy Armstrong wrote:
my $amp = '&'; # No unit, plain text
my $body = "$amp"html; # gets &
Per http://search.cpan.org/~andya/String-Smart/ I should say.
--
Andy Armstrong, Hexten
On 7 Dec 2007, at 23:19, Chas. Owens wrote:
That is my take on it: "Everything is bigger in Texas", even French
Quotes.
You know, from a complete outsider's perspective, I really prefer the
Paris, Texas explanation :)
--
Andy Armstrong, Hexten
$h = HTML::Tiny->new();
$h->body($h->head($h->title('FooPage')), $h->body(...));
I'd love to be able to drop the '$h->' everywhere. Like this:
$h->body( head( title( 'FooPage' ) ), body( ... ) );
I guess that would/could be a related mechanism.
--
Andy Armstrong, Hexten
13 matches
Mail list logo