Re: Perl6 Operator List, Take 3

2002-10-29 Thread Juanma Barranquero
On Mon, 28 Oct 2002 13:09:37 -0800 (PST), Larry Wall <[EMAIL PROTECTED]> wrote: > How do your read $a ! $b ! $c? "Neither $a nor $b nor $c". What? Aren't you able to see this invisible "neither" operator just at the front? ;-) /L/e/k/t

Re: Tagmem* (was Unary dot)

2002-04-16 Thread Juanma Barranquero
On Tue, 16 Apr 2002 09:34:36 -0700 (PDT), Larry Wall <[EMAIL PROTECTED]> wrote: > Pike predates Dawkins, who I believe made up the term. > (Could be wrong about that.) They are similar concepts, however, in > that a tagmeme is a psychological linguistic construct that propagates > culturally.

Re: What can we optimize (was Re: Schwartzian transforms)

2001-03-29 Thread Juanma Barranquero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 29 Mar 2001 10:36:48 -0800, "Hong Zhang" <[EMAIL PROTECTED]> wrote: > The function in Ada can not have any side effect, i.e. no change to > globals. Unless my reading of the Ada 95 standard is wrong, there's nothing that precludes function

The Unlambda Programming Language

2001-02-20 Thread Juanma Barranquero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 19 Feb 2001 13:17:56 -0600, "David L. Nicol" <[EMAIL PROTECTED]> wrote: > "currying" used in a fascinating context: an experimental > language in which > > http://www.eleves.ens.fr:8080/home/madore/programs/unlambda/#tut In that vein, perh

Re: RFC 85 (v1) All perl generated errors should have a

2000-08-11 Thread Juanma Barranquero
On 10 Aug 2000 22:26:47 -, Chaim Frenkel <[EMAIL PROTECTED]> wrote: > =head2 Encodings > > I have listed some possiblities. But none of these are ideal. > > =head3 A unique number > =item As an integer > =item As a floating point number > =head3 Unique String > =head3 Prefixes for all error

Re: RFC: lexical variables made default

2000-08-02 Thread Juanma Barranquero
On Tue, 1 Aug 2000 23:43:24 -0500, Jonathan Scott Duff <[EMAIL PROTECTED]> wrote: > (I, for one, support renaming local() to Something Better (if only I > know what that was)) save() as been suggested a number of times. /L/e/k/t/u