# Brainf*** in Common Lisp (sbcl)
This project implements a simple interpreter in Common Lisp. This is part of a post
comparing interpreter implementation techniques.
If you would like to learn more, see the article at
https://www.sourceprobe.com/articles/interpreters_02_simple/