[Master Answer Logo]
Question

What is the difference between lisp and scheme?

Answer

The namespace for function names is separate from the namespace for data variables. This is a key difference between Common Lisp and Scheme. Operators which define names in the function namespace include defun, flet, and labels.

— Source: Wikipedia (www.wikipedia.org)