Graham's Function Lecture
A presentation about finding the Graham's function using Perl code, as a conclusion to a Perl Quiz-of-the-Week that was done about it.
- The slides
- The original source, that is discussed in the presentation.
- A blog entry I wrote about Math-GrahamFunction, which is a CPAN module, that is derived from the original code.
The Code in Other Languages
- Graham function calculation in Common Lisp
- Port of the original code to Perl 6
- Port of the original code to O'Caml