Bop is a lisp programming language written in C++.
To build Bop, you need the readline library installed on your computer.
To build Bop, you have to first clone the repository by running
git clone https://github.com/Mespyr/bop.git
cd bop
and the run make
.
This will produce an executable called bop
.
I made this to practice coding in C++ and making a lisp language.