Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion New S29 draft up

Newsgroups: perl.perl6.language
Path: g2news1.google.com!news3.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <mdd...@gmail.com>
Mailing-List: contact perl6-language-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-langu...@perl.org
Received: (qmail 22495 invoked from network); 18 Mar 2005 07:35:03 -0000
Received: from x1a.develooper.com (HELO x1.develooper.com) (216.52.237.111)
  by lists.develooper.com with SMTP; 18 Mar 2005 07:35:03 -0000
Received: (qmail 25154 invoked by uid 225); 18 Mar 2005 07:35:03 -0000
Delivered-To: perl6-langu...@perl.org
Received: (qmail 25147 invoked by alias); 18 Mar 2005 07:35:03 -0000
X-Spam-Status: No, hits=-2.5 required=8.0
	tests=BAYES_00,RCVD_BY_IP
X-Spam-Check-By: la.mx.develooper.com
Received-SPF: pass (x1.develooper.com: domain of mdd...@gmail.com designates 64.233.170.193 as permitted sender)
Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.193)
    by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Thu, 17 Mar 2005 23:35:00 -0800
Received: by rproxy.gmail.com with SMTP id z35so63345rne
        for <perl6-langu...@perl.org>; Thu, 17 Mar 2005 23:34:57 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references;
        b=ashNYSzJjA3wZ/yOZtgqo9inUfdFxC7ZHlLA2JZ8gwrZ3L7jDMV6nnXfJkr709dFjhC1JF4X+omMudGHvqlY5g95JIr3wNcKl5H8BhaXoGJP2JFUM5tvUuYDlhk3aoW9y+8JvTAe3nYoKcNk6YhiktSEWA9DC721uJ30A1tMj5Y=
Received: by 10.38.14.69 with SMTP id 69mr2520785rnn;
        Thu, 17 Mar 2005 23:34:57 -0800 (PST)
Received: by 10.38.88.24 with HTTP; Thu, 17 Mar 2005 23:34:57 -0800 (PST)
Message-ID: <198c8738050317233457e20e3e@mail.gmail.com>
Date: Fri, 18 Mar 2005 02:34:57 -0500
Reply-To: m...@diephouse.com
To: Uri Guttman <u...@stemsystems.com>
Subject: Re: New S29 draft up
Cc: Perl6 Language List <perl6-langu...@perl.org>
In-Reply-To: <x78y4lmsw6.fsf@mail.sysarch.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
References: <4237EBC5.9060...@rodadams.net> <1111110431.13398.211.camel@markab>
	 <1111111528.13398.227.camel@markab> <423A598B.4030...@rodadams.net>
	 <20050318050659.GA10...@wall.org> <x78y4lmsw6....@mail.sysarch.com>
Approved: n...@nntp.perl.org
From: mdd...@gmail.com (Matt Diephouse)

Uri Guttman <u...@stemsystems.com> wrote:
> >>>>> "LW" == Larry Wall <la...@wall.org> writes:
>   LW> oct and hex are arguably misnamed, since most functions are named by
>   LW> what they produce, not by what they take as input.  I don't know what
>   LW> the replacement should be, though.  Maybe it's not worth fixing.
> 
> from_oct, from_hex which state what they do? or a more general
> from_base( 16, $hex )? and that could be curried into from_hex().

  0xFF.dec()
  $num.dec()
  $num.hex()
  $num.base($n)

?

I believe that some of these can already be handled by C<.as()>.

I would like for this to be addressed. This is one item that has
always confused me about Perl 5.

-- 
matt diephouse
http://matt.diephouse.com