Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Golf: Factorials

by Anonymous Monk
on Apr 10, 2015 at 21:36 UTC ( [id://1123083]=note: print w/replies, xml ) Need Help??


in reply to Golf: Factorials

31 characters
$a=1;print$a*=$b+=1,$/for 0..10

Replies are listed 'Best First'.
Re^2: Golf: Factorials
by choroba (Cardinal) on Apr 10, 2015 at 21:49 UTC
    Easy to make it 30 with
    $a=1;print$a*=$b+=1,$/for a..k
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

        Though we may have strayed a bit from the original golf, yours can be whittled by three strokes:

        > perl -E "$a=1;say$a*=++$}for a..k" > perl -E "say$x*=$_ for++$x..11" 1 2 6 24 120 720 5040 40320 362880 3628800 39916800

        also this solution works only for series of consecutive integers starting with 1
        perl -E "$a=1;say$a*=++$}for @ARGV" 0 1 2 3 1 2 6 24 perl -E "$a=1;say$a*=++$}for @ARGV" 1 3 1 2


        L*
        There are no rules, there are no thumbs..
        Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1123083]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found