develooper Front page | perl.perl6.internals | Postings from September 2001

Re: Math functions? (Particularly transcendental ones)

Thread Previous | Thread Next
From:
Dave Storrs
Date:
September 8, 2001 21:51
Subject:
Re: Math functions? (Particularly transcendental ones)
Message ID:
Pine.BSF.4.21.0109082146420.8417-100000@megazone23.bigpanda.com


On Sat, 8 Sep 2001, Uri Guttman wrote:

> >>>>> "BW" == Brian Wheeler <bdwheele@indiana.edu> writes:
>   BW> =item eqv tx, ty, tz *
> 
>   BW> Bitwise Equivalence all bits in y with z and store the result in
>   BW> register x.
> 
> that is just !(y xor z). we can provide the op but perl as we know it
> has no operator that will map to it. maybe another front end would want
> it so let's have it. it is trivial to code up and won't take any space.


	I feel very uncomfortable about speaking up in opposition to a
much more experienced person, but I'd like to register a vote against this
idea.  The whole reason that we're building Perl6 in the first place is
because there is a lot of nasty cruft in Perl5.  We are working towards
creating something clean and elegant; let's not start out by putting
things in just because they are "trivial to code" when we don't have a use
for them.

	In general, I would like to see the policy be "unless there is a
clear and demonstrated need, we don't do it."  Let's just make the engine
easy enough to change that, as we discover things we didn't know we
needed, we can go back and add them in later.


	Dave Storrs


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About