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