develooper Front page | perl.fwp | Postings from March 2002

base36 (was Re: TPR1 post-mortem)

Thread Previous | Thread Next
From:
Bill -Sx- Jones
Date:
March 8, 2002 09:24
Subject:
base36 (was Re: TPR1 post-mortem)
Message ID:
B8AE5E02.4AAD%sneex@mac.com
On 3/8/02 12:18 PM, "Chris Dolan" <chris@clotho.com> wrote:
> 
> Like others did, I built a chart
> 
> perl -le 'for$i(0..9){for$j(0..9){printf"%3d",$i+$j}print}'
>  0  1  2  3  4  5  6  7  8  9


....

Speaking of charts -

May I revisit Base 36 for a moment?

I am playing around with trying to 'visualize' Base 36 in something other
than 0..9,A..Z - sort of like using Dominos:

**
**
**
__ = Z = 35 = 6x6-1
**
**
**

Instead of boring the group with my baby Perl code, I was wondering if I
could suggest a current discussion on this or maybe a possible future Perl
Golf session ?


???
-Sx-  :]



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