LISP Tutorial 2: Advanced Functional Programming in LISP

LISP Tutorial 2: Advanced Functional Programming in LISP

瀏覽:482
日期:2025-11-20
LISP Tutorial 2: Advanced Functional Programming in LISP Auxiliary Functions and Accumulator Variables We define the reversal of a list L to be a list containing exactly the elements of L in reversed order. The Common LISP built-in function (reverse L) re...看更多