On Sun, Feb 17, 2008 at 09:55:23AM -0800, David Brown wrote: > It also works with division: > > (/ 3) => 1/3 > > and yes, that's 1/3 as a rational number, provided your scheme supports > rational numbers.
I've decided to punt on non-integers for now....not because they aren't interesting but because this was a project to learn functional programming not math. I was happy to read in R5RS that Scheme interpreters aren't required to support the entire hierarchy of math types. Double yay! Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
