/Recursive_Template_Functions

This repository contains functions which creates the most common recursive functions in Common Lisp.

Primary LanguageCommon LispMIT LicenseMIT

Recursive Template Functions

This repository contains functions which creates the most common recursive functions in Common Lisp.

The templates are taken from the book Common LISP: A Gentle Introduction to Symbolic Computation by David S. Touretzky. You can find them in chapter 8.

The insperation for the functions are from the book On Lisp by Paul Graham.