From: John P . Looney (valen at domain tuatha.org)
Date: Thu 28 Oct 1999 - 14:47:01 IST
Check this out.
Into umb-scheme, type:
(define (factorial number)(if (= number 0) 1 (* number (factorial (- number 1)))))
then:
(factorial 5500)
How easy would it be to write a tcl, C or C++ function to get the
factorial of 5500 ? Scheme rocks!
Kate
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:48 GMT