Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 287 Bytes

File metadata and controls

9 lines (5 loc) · 287 Bytes

LISP Parser on Python

This is a Python-based version of LISP interpreter.

What is LISP

Originally specified in 1958, Lisp is the second-oldest high-level programming language still in common use. Only Fortran is older, by one year.

The name LISP derives from "LISt Processor".