Skip to content

alexkowalenko/cxxlisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxxlisp

Lisp, which was in C++17, but now trying C++23.

Build

git submodule update --init --recursive

brew install boehmgc
pip3 colored
mkdir build && cd build
cmake ..
make -j install
ctest