LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] impressive...

[ILUG] impressive...

Donncha O Caoimh donncha.ocaoimh at tradesignals.com
Thu Oct 28 15:09:53 IST 1999


In perl. I'm sure can be done better but first recursive subroutine I've
done in perl :)
Basically the same structure as the others but the scheme one has a
certain elegance..

-----------------------------------------------
sub factorial {
  my ($x)=@_;
  return $x==0 ? 1 : (&factorial($x-1)*$x);
}

print &factorial (4);
-----------------------------------------------

Donncha

John_White at dell.com wrote:
> 
> as easy as it would be to write one that gets the factorial of 5 :)
> but you'd need a mad data type to store the result in . . .
> 
> -----Original Message-----
> From: John P . Looney [mailto:valen at tuatha.org]
> Sent: 28 October 1999 14:46
> To: Irish LUG list
> Subject: [ILUG] impressive...
> 
>  Check this out.
> 
>  Into umb-scheme, type:




More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell