Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Golf: Factorials

by mr.nick (Chaplain)
on May 23, 2001 at 06:17 UTC ( [id://82456]=note: print w/replies, xml ) Need Help??


in reply to Golf: Factorials

I don't know ... am I a beginner? :) I guess at golf, I am.
sub f{map{eval join"*",1..$_}@_;}
33 chars. Duh! Identical as someone else's answer ...

Replies are listed 'Best First'.
Re: Re: Golf: Factorials
by bobione (Pilgrim) on May 23, 2001 at 13:40 UTC
    32 characters if you delete that last ';'...
    sub f{map{eval join"*",1..$_}@_}

    Update: Sorry it's the same as japhy... nothing new.

    BobiOne KenoBi ;)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found