cl-cpp-generator2 is a Lisp package that maps Common Lisp s-expressions to C/C++ code. It exposes a compact DSL (operators like defun, let, setf, for-range, paren*, include<>, etc.) that you write in ...
Because I wanted to know how it feels to program in Lisp, even if that meant just typing examples. All the programs were developed with Common Lisp 2.48. Usually, they are run by loading the source ...