On Thu, Oct 28, 1999 at 02:46:22PM +0100, John P . Looney wrote:
> How easy would it be to write a tcl, C or C++ function to get the
> factorial of 5500 ? Scheme rocks!
I love <insert favourite language here> :)
But seriously, Python isn't so bad either! :)
def fact(num):
if num == 0:
return 1
else:
return fact(num - 1) * num
print fact(5500L)
Now insert gratuitous plug for web application system :)
And while I haven't actually done much with it so far, a Zope+Python
combination for web applications has to be one of the more powerful
solutions out there!
--
Gary Coady - gary at netsoc.tcd.ie - http://www.netsoc.tcd.ie/~gary/
It might look like I'm doing nothing, but at the cellular level I'm
really quite busy.
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!