

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to lisp, a functional programming language developed in the late 1950s by john mccarthy. Discover its history, key concepts, data types, and usage with examples. Learn about functional programming, predicates, and data types such as numbers, symbols, and lists.
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


a function maps a set of inputs to an output. No side effects Can be treated as a black box. Examples: +, -, *, -, sqrt, abs