Lisp
Lisp (LISP) is a family of programming languages with a distinctive, fully parenthesized prefix notation. The best-known general-purpose Lisp dialects are Racket, Common Lisp, Scheme, and Clojure.
Projects with this topic
-
A Lisp interpreter made in Go lang
Updated -
This package provides an implementation of a simple variant of lisp. The goal is to provide a scripting language for Go programs that does not depend on any external libraries.
Updated -