Re: Perl 6 Summary for week ending 20020728

2002-08-01 Thread Russ Allbery
of that. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: library assumptions

2002-04-08 Thread Russ Allbery
made), stdarg.h is safe. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Misc portability cleanups

2002-03-31 Thread Russ Allbery
by expressing one's opinion that the decisions various platforms made were stupid. :) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Misc portability cleanups

2002-03-30 Thread Russ Allbery
that I've *never* seen wrapped in ifdef even in code meant to compile on extremely strange systems. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: typedefs

2002-03-22 Thread Russ Allbery
problems. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: typedefs

2002-03-22 Thread Russ Allbery
Brent Dax [EMAIL PROTECTED] writes: Russ Allbery: # POSIX reserves all types ending in _t. I'm not sure that extends to # struct tags, but it may still be better to use _s or something else # instead to avoid potential problems. My understanding is that it only reserves types that start

Re: on parrot strings

2002-01-21 Thread Russ Allbery
equivalence does nothing as ill-conceived as unifying e and e', for very good reason because that would be a horrible mistake. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: recent win32 build errors

2001-12-31 Thread Russ Allbery
, so -Wredundant-decls possibly could get pulled back in. -Wundef is a style thing. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Windows compile problems

2001-10-25 Thread Russ Allbery
by POSIX and may be used without warning in later versions of the standard. (This comes up not infrequently in some of the groups I read, but I unfortunately don't have a copy of POSIX to check for myself and be sure.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Revamping the build system

2001-10-24 Thread Russ Allbery
Robert Spier [EMAIL PROTECTED] writes: On Tue, 2001-10-23 at 20:52, Russ Allbery wrote: Dan Sugalski [EMAIL PROTECTED] writes: Once we build miniparrot, then *everything* can be done in perl. Having hacked auto* stuff, I think that'd be a good thing. (autoconf and friends are unmitigated

Re: Revamping the build system

2001-10-24 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes: I'm not sure what there is to expand on. I've looked at 2.50, and it definitely doesn't look like an unmitigated evil hack to me. It looks like a collection of tests for various standard things that packages need to know to compile, put together about

Re: Revamping the build system

2001-10-24 Thread Russ Allbery
for. (In the case above, I'd probably instead define a sleep function on WIN32 that calls Sleep so that the platform differences are in a separate file, but there are other examples of things like this that are better suited to other techniques.) -- Russ Allbery ([EMAIL PROTECTED]) http

Re: Revamping the build system

2001-10-24 Thread Russ Allbery
the other night... :) and it'll let us skip some of the more awkward bits of make. I can certainly see the features of that approach. It just seems like quite a lot of work. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Revamping the build system

2001-10-23 Thread Russ Allbery
at the facilities for dynamic loading provided by libtool before rolling our own again may also be a good idea; it's designed to support dynamically loadable modules. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Revamping the build system

2001-10-23 Thread Russ Allbery
inside) I've looked inside a lot, and I definitely do not agree. But maybe you've not seen autoconf 2.50 and later? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: bytecode and sizeof(IV)

2001-09-18 Thread Russ Allbery
Definitely bugs in Configure there; cc has to be used as the linker or -lc isn't added (and possibly some of the other crt.o files too), and libraries have to be after all the object files. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Bytecode safety

2001-09-18 Thread Russ Allbery
be performed. Something akin to gcc's --enable-checking strikes me as a really good idea. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: coding standards

2001-09-15 Thread Russ Allbery
Gibbs Tanton - tgibbs [EMAIL PROTECTED] writes: * CVS Info * $RCSfile: $ * $Revision: $ * $Date: $ If you're going to include all that, why not just use $Id$, which contains all of that information? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Re: ! and !

2001-09-02 Thread Russ Allbery
language I've ever seen uses = and =. I think adding additional comparison operators not found in any other language and identical to (and harder to type than!) existing operators is a really bad idea. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: ! and !

2001-09-01 Thread Russ Allbery
raptor [EMAIL PROTECTED] writes: I was looking at Interbase SELECT syntax and saw these two handy shortcuts : operator = {= | | | = | = | ! | ! | | !=} ! and ! How is ! different from =? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: ! and !

2001-09-01 Thread Russ Allbery
Sterin, Ilya [EMAIL PROTECTED] writes: From: Russ Allbery [mailto:[EMAIL PROTECTED]] How is ! different from =? It's just more syntax just like foo != bar is the same as (foo bar || foo bar). It might prove convenient to express the expression. It's the same number of characters. How

Re: More character matching bits

2001-06-11 Thread Russ Allbery
Dan Sugalski [EMAIL PROTECTED] writes: At 01:05 PM 6/11/2001 -0700, Russ Allbery wrote: Dan Sugalski [EMAIL PROTECTED] writes: Should perl's regexes and other character comparison bits have an option to consider different characters for the same thing as identical beasts? I'm thinking

Re: More character matching bits

2001-06-11 Thread Russ Allbery
of the compatibility characters for you. NFKC will go further and do stuff like getting rid of superscripts and the like. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Should we care much about this Unicode-ish criticism?

2001-06-08 Thread Russ Allbery
at glibc's approach is that they get tons of bug reports about obscure things and conventions for using particular characters that aren't obvious from the specifications. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Should we care much about this Unicode-ish criticism?

2001-06-08 Thread Russ Allbery
). If there is some similar distinction of meaning for numbers in some language, I suppose that Unicode may add such a thing; to date, there doesn't appear to be any concept of uppercase or lowercase for anything but letters. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
Bart Lateur [EMAIL PROTECTED] writes: On 05 Jun 2001 11:07:11 -0700, Russ Allbery wrote: Particularly since part of his contention is that 16 bits isn't enough, and I think all the widely used national character sets are no more than 16 bits, aren't they? It's not really important. Well

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
, and in the other two you recompose characters as much as possible.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
Dan Sugalski [EMAIL PROTECTED] writes: At 12:40 PM 6/5/2001 -0700, Russ Allbery wrote: (As an aside, UTF-8 also is not an X-byte encoding; UTF-8 is a variable byte encoding, with each character taking up anywhere from one to six bytes in the encoded form depending on where in Unicode

Re: Python...

2001-06-05 Thread Russ Allbery
nearly everything that was proposed back to C, Lisp, or Generic Object-Oriented Language, if not in inspiration than at least in fundamental similarities. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes: That's probably unnecessary; I really don't expect them to ever use all 31 bytes that the IETF-standardized version of UTF-8 supports. 31 bits, rather. *sigh* But given that, modulo some debate over CJKV, we're getting into *really* obscure stuff

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
Simon Cozens [EMAIL PROTECTED] writes: On Tue, Jun 05, 2001 at 03:27:03PM -0700, Russ Allbery wrote: Caseless characters should be guaranteed unchanged by conversion to upper or lower case, IMO. I think Bryan's asking more about \p{IsUpper} than uc(). Ahh... well, Unicode classifies them

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
is actually doing. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
that they've buried the idea of keeping Unicode to 16 bits. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Should we care much about this Unicode-ish criticism?

2001-06-05 Thread Russ Allbery
Larry Wall [EMAIL PROTECTED] writes: Russ Allbery writes: Particularly since extending UTF-8 to more than 31 bits requires breaking some of the guarantees that UTF-8 makes, unless I'm missing how you're encoding the first byte so as not to give it a value of 0xFE. The UTF-16 BOMs, 0xFEFF

Re: Python...

2001-06-03 Thread Russ Allbery
to make practical ideas already explored in other practical and experimental languages. Perl is far more practical than experimental. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: PDD 2nd go: Conventions and Guidelines for Perl Source Code

2001-05-30 Thread Russ Allbery
The Right Thing. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: PDD 2nd go: Conventions and Guidelines for Perl Source Code

2001-05-30 Thread Russ Allbery
of writing some constructs. I don't believe that the list in the gcc info page of what this turns on is actually comprehensive. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: perl 6 mailing lists status

2001-05-27 Thread Russ Allbery
Bryan C Warnock [EMAIL PROTECTED] writes: perl6-language-datetime - Originally chaired by Russ Allbery. Date time handling. Freeze. Last post was 30 Sep. [...] The ones marked as 'Freeze' have a chance to be reusued later on to convert the Apocalypses to PDDs and to fill in the gaps

Re: Perl, the new generation

2001-05-16 Thread Russ Allbery
by the union of the Perl knowledge of the people involved, but the ability to maintain those scripts grows by the intersection. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Damian Conway's Exegesis 2

2001-05-15 Thread Russ Allbery
Simon Cozens [EMAIL PROTECTED] writes: Personally, I'd rather not deal with a toke.c that knows more of /usr/dict/words than I do. use thesaurus; -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Perl, the new generation

2001-05-10 Thread Russ Allbery
in Debian testing for a while, for that matter.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Strings vs Numbers (Re: Tying Overloading)

2001-04-24 Thread Russ Allbery
syntax of: PATH=/some/long:/bunch/of:/stuff PATH=${PATH}:/more/stuff would really be a shame. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: s/./~/g

2001-04-24 Thread Russ Allbery
-class entities rather than pointers; think about a struct versus a pointer to a struct. - makes you remember that things are pointers. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: s/./~/g

2001-04-24 Thread Russ Allbery
David M Lloyd [EMAIL PROTECTED] writes: On 24 Apr 2001, Russ Allbery wrote: It seems relatively unlikely in the course of normal Perl that you're going to end up with very many references to objects. Well, right now in Perl, an object *is* a reference. Precisely. So there's almost never

Re: Larry's Apocalypse 1

2001-04-15 Thread Russ Allbery
for running those old scripts. No biggie. There's quite a lot more Perl 5 code out there than there was Perl 4 code. And it's rather annoying to still be maintaining a perl4 installation at this point for the stragglers, although I suppose that can't be helped. -- Russ Allbery ([EMAIL PROTECTED

Re: Larry's Apocalypse 1

2001-04-08 Thread Russ Allbery
m? :) ftp://ftp.cpan.org/CPAN/misc/lwall-quotes.txt.gz -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Larry's Apocalypse 1

2001-04-05 Thread Russ Allbery
, so I didn't have much additional response, apart from saying that that was rather more Perl 5 compatibility than I was expecting. Interesting. Oh, and I wholeheartedly approve of the approach to handling objects. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: pitching names for the attribute for a function with no memor y or side effects

2001-03-31 Thread Russ Allbery
nst" (a la C++). I think "pure" was proposed for the somewhat relaxed version of that that allowed memory references but not side effects. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: pitching names for the attribute for a function with no memor y or side effects

2001-03-31 Thread Russ Allbery
John Porter [EMAIL PROTECTED] writes: Russ Allbery wrote: It looks like I was misremembering; I remember a proposal for a "pure" attribute in gcc, but it looks like the attribute used for functions with no memory references and no side effects is "const" (a la C

Re: pitching names for the attribute for a function with no memor y or side effects

2001-03-30 Thread Russ Allbery
Dan Sugalski [EMAIL PROTECTED] writes: Doesn't have the right ring to it, unfortunately. It's not really immutable, it just has no side-effects. gcc and the literature both use "pure"; I'd recommend that. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Schwartzian transforms

2001-03-28 Thread Russ Allbery
t sub are called" then life becomes much easier. I am strongly in favor of that approach. I see no reason to allow for weird side effects in Perl 6. (Perl 5 would be a different matter, of course.) Not only is it simpler to deal with, it's simpler to *explain*, and that's important. -- Ru

Re: Schwartzian transforms

2001-03-28 Thread Russ Allbery
, I can't think of any realistic sort function where this would be a problem.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Schwartzian Transform

2001-03-26 Thread Russ Allbery
guaranteeing that Perl 6 would be YAPH-compatible anyway. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Schwartzian Transform

2001-03-26 Thread Russ Allbery
Uri Guttman [EMAIL PROTECTED] writes: "RA" == Russ Allbery [EMAIL PROTECTED] writes: RA Uri Guttman [EMAIL PROTECTED] writes: map { $_-[0] } sort { compare($a-[1], $b-[1]) } map { [$_, f($_)] } data ^^^ ^^^ RA Then you need to

Re: Schwartzian Transform

2001-03-26 Thread Russ Allbery
as much work anyway. Less mental effort is the important part, not how many characters have to be typed. I don't want to be thinking about that extra level of arrays, and until you've written *lots* of ST's, you can't ignore it. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: The binding of my (Re: Closures and default lexical-scope

2001-02-18 Thread Russ Allbery
and ended up just being stupid and grating. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: The binding of my (Re: Closures and default lexical-scope

2001-02-17 Thread Russ Allbery
So since when did perl6-language become perl-advocacy? Rephrased: Could people please take the advocacy traffic elsewhere where it isn't noise? Thanks. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: licensing issues

2001-01-16 Thread Russ Allbery
with schedules very well. I think you did quite a good job; I expect the issue to come back up again when Larry's had a chance to look over the proposals and we'll have a few more chances to clarify and talk it through. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Making sure Perl means Perl (was Re: licensing issues)

2001-01-16 Thread Russ Allbery
ly don't want to get into. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: The Do what you want license and enforceability (was Re: licensing issues)

2001-01-16 Thread Russ Allbery
why Larry never bothered before with making the AL more lawyer-proof; since he intended it to be used in conjuction with the GPL, it didn't need to be, since the GPL was always there as a well-understood legal license if someone needed one for some reason. -- Russ Allbery ([EMAIL PROTECTED

Re: licensing issues

2001-01-14 Thread Russ Allbery
o internal structural changes, is even more complicated than that. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: licensing issues

2001-01-14 Thread Russ Allbery
r than statutory law in the United States and in some other western countries. That means that you can't necessarily figure out everything you need to know about software licenses just by reading relevant law; the basis of common law is legal precedent, which isn't as conveniently collected. -- Russ Allbe

Re: no one is asking for Perl to be GPL-only (was Re: licensing issues)

2001-01-14 Thread Russ Allbery
). Sure, if people are aware of all of those issues and have decided that their goals are more important to them than those drawbacks, more power to them and they should be able to use whatever license they want. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: no one is asking for Perl to be GPL-only (was Re: licensing issues)

2001-01-14 Thread Russ Allbery
erlLicense -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: licensing issues

2001-01-12 Thread Russ Allbery
ers" "fanatical." If you're attempting to be persuasive, you may want to bear in mind that I'm pretty close to refusing to read anything else you write on any topic, and it wouldn't surprise me if other people are starting to get similar ideas. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: ATT / UWIN in violation of GNU/FSF wrt to GCC

2001-01-10 Thread Russ Allbery
list. Watching a few of these things before, I think you'll find that RMS is quite willing to discuss things like this with people but is not going to change his mind unless you convince him that he's wrong, and bringing in more people to talk about it will have absolutely no effect. -- Russ

Re: licensing issues

2001-01-10 Thread Russ Allbery
. Perl doesn't really have as much in the way of political goals. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Markup wars (was Re: Proposal for groups)

2000-12-06 Thread Russ Allbery
. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: SvPV*

2000-11-22 Thread Russ Allbery
o in-place modifications without changing the allocation, but that sounds a lot iffier. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: TIL redux (was Re: What will the Perl6 code name be?)

2000-10-23 Thread Russ Allbery
Python. the TIL speedup over pure interpretation might win that back and more. If that's true, that's a different ballgame of course. If at all possible, Perl 6 should be *faster* than Perl 5. Perl is already too slow IMO. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Re: Continued RFC process

2000-10-10 Thread Russ Allbery
both been incredibly busy, but I believe it's even still the intention to make the traffic of the mailing lists available as newsgroups as well (with posts receiving an autoresponse explaining the nature of the mailing list and how to go about participating if the person really wants to). -- Russ

Re: Continued RFC process

2000-10-10 Thread Russ Allbery
to mention that the one free software project that does use a private list for core development, namely CVS (at least at some points in the past), I found highly annoying. But that was much more due to the inability to read that list than the inability to post to it. -- Russ Allbery ([EMAIL PROTECTED

Re: Continued RFC process

2000-10-10 Thread Russ Allbery
s that they consider the actual tool of the Great Enemy to be a wonderful person. I think this is par for the course in large, high-profile open source software projects, regrettably. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 288 (v2) First-Class CGI Support

2000-09-30 Thread Russ Allbery
out of pack and putting it plus those other things into a standard module. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 99 (v4) Standardize ALL Perl platforms on UNIX epoch

2000-09-28 Thread Russ Allbery
his faster. I like this idea. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Expunge use English from Perl? (was Re: Perl6Storm: Intent to RFC #0101)

2000-09-28 Thread Russ Allbery
that need to do UID fiddling need to load. I guess the exception is getpwuid($), which is probably done more than any other operation on UIDs, but maybe just keep that single variable. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 301 (v1) Cache byte-compiled programs and modules

2000-09-27 Thread Russ Allbery
Chaim Frenkel [EMAIL PROTECTED] writes: "RA" == Russ Allbery [EMAIL PROTECTED] writes: RA This will be completely impossible to implement in some installation RA environments, such as AFS or read-only remote NFS mounts. I really RA don't like software that tries to play dynamic c

Re: RFC 48 (v4) Replace localtime() and gmtime() with date() and utcdate()

2000-09-26 Thread Russ Allbery
is grossly deficient in this respect, but that's an internals rather than a language issue. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 283 (v1) Ctr/// in array context should return a histogram

2000-09-26 Thread Russ Allbery
agree with you are saying that only European scripts matter. But please don't escalate the argument as part of being offended. I'll now stop replying to this thread. Sorry for sticking my nose in; it really bugs me when this happens in i18n discussions. -- Russ Allbery ([EMAIL PROTECTED

Re: RFC 301 (v1) Cache byte-compiled programs and modules

2000-09-25 Thread Russ Allbery
environments, such as AFS or read-only remote NFS mounts. I really don't like software that tries to play dynamic compilation tricks; please just compile at installation time and then leave it alone. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 313 (v1) Perl 6 should support I18N and L10N

2000-09-25 Thread Russ Allbery
to do this if so wished. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-23 Thread Russ Allbery
Glenn Linderman [EMAIL PROTECTED] writes: Russ Allbery wrote: Perhaps I don't use those warnings in the same way that you do. I *very* rarely have undefined value warnings in my programs, and when I do they're usually not actually bugs, just things that require a different way of writing

Re: perl6storm #0011: interactive perl mode

2000-09-23 Thread Russ Allbery
ould have been nice. But that's just me. As long as it's possible to get the current "perl" behavior; I actually use that a lot. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Hopefully last draft of AL

2000-09-23 Thread Russ Allbery
Ben Tilly [EMAIL PROTECTED] writes: I think that you actually can have trademarks on the same name in different areas as long as there is no possible confusion... Correct, at least in the US. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Hopefully last draft of AL

2000-09-22 Thread Russ Allbery
nce that's what MIT has done with Kerberos. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-21 Thread Russ Allbery
ls to RFC 263, along the lines of "use tristate", seem to overlook this sort of situation. I'm not overlooking it; I just don't agree with you. There *is* a difference. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-21 Thread Russ Allbery
or not. As a matter of fact, I find them very interesting and fully do expect to use those semantics if they're implemented in Perl, particularly given that I'm likely to be doing a lot more database and SQL coding in the future than I am currently. -- Russ Allbery ([EMAIL PROTECTED]) http

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-20 Thread Russ Allbery
Glenn Linderman [EMAIL PROTECTED] writes: Russ Allbery wrote: I agree with Tom; I think it's pretty self-evident that they're the same thing. undef means exactly the same thing as null; that's not the problem. The problem is that Perl doesn't implement the tri-state logic semantics

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-20 Thread Russ Allbery
that they're the same thing. undef means exactly the same thing as null; that's not the problem. The problem is that Perl doesn't implement the tri-state logic semantics that most users of null are used to, which is a different issue. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-20 Thread Russ Allbery
time; it might take really minor rewording of the code (initialize to 0 instead of undef for counters, etc.), but I'm very unconvinced that you need both concepts active at the same time. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-20 Thread Russ Allbery
*that* would be a serious bug in my opinion. Talk about horribly confusing. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 99 (v3) Standardize ALL Perl platforms on UNIX epoch

2000-09-20 Thread Russ Allbery
clock in the kernel at boot.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 263 (v1) Add null() keyword and fundamental data type

2000-09-20 Thread Russ Allbery
, at least). Hm, yeah, good point. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 99 (v3) Standardize ALL Perl platforms on UNIX epoch

2000-09-14 Thread Russ Allbery
it doesn't specify the size (nor should it). The C99 way of printing out time_t *if* you're guaranteed it's an arithmetic type is: #include inttypes.h time_t now; printf(PRIdMAX "\n", (intmax_t) now); -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 99 (v3) Standardize ALL Perl platforms on UNIX epoch

2000-09-14 Thread Russ Allbery
with seconds since epoch. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: RFC 99 (v3) Standardize ALL Perl platforms on UNIX epoch

2000-09-13 Thread Russ Allbery
and the storage size be left unspecified, from the language perspective. On those platforms that support it, using 64 bits is obviously a good idea. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Project management page

2000-09-12 Thread Russ Allbery
but I want it. :) Now's the time to change everything, if theory has kicked out new widgets that no one had fully analyzed back when Perl 5 started. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: New Perl rewrite - embedded Perl

2000-09-12 Thread Russ Allbery
. perl-based filtering programs don't blow procmail away because procmail weighs in at a teensy fraction of perl's pork, so there's a radical difference in sustainable email traffic levels. Yup. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: An attempt to be constructive

2000-09-12 Thread Russ Allbery
as complex as the AL is. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: An attempt to be constructive

2000-09-12 Thread Russ Allbery
weight and momentum behind it than our community, as dearly as we hold it, and we need to make sure we can protect our interests on their ground if need be. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

  1   2   >