We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ea7de commit 365078aCopy full SHA for 365078a
README.md
@@ -1,6 +1,10 @@
1
# lisp.cpp
2
3
-lisp : a simple lisp interpreter in C++ with scheme style syntax + quote / unquote style macros.
+lisp : a simple lisp interpreter / compiler in C++ with scheme style syntax + quote / unquote style macros.
4
+
5
+The interpreter is inspired by SICP.
6
7
+The macro system and the compiler is inspired by `Writing an interpreter / a compiler in Go`.
8
9
<!--  -->
10
0 commit comments