Homework
Class Notes
LISP = LISt Processing language
It is a simple but powerful coding language used for applications that need a powerful computing system
User-defined functions
We can create our own functions in LISP using DEF or DEFUN
(DEF [function name] (args) (function statement))