Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 446 Bytes

Bop

Bop is a lisp programming language written in C++.

Dependencies

To build Bop, you need the readline library installed on your computer.

Build

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.

Why does this exist?

I made this to practice coding in C++ and making a lisp language.