about summary refs log tree commit diff stats
path: root/cbasic.lisp
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@gmail.com>2021-03-03 22:51:58 +0000
committerDarren Bane <darren.bane@gmail.com>2021-03-03 22:51:58 +0000
commit6cb2ab95bc21bc226f103445fa6a4da75a22c9e3 (patch)
tree5ff0dfa2507cda7d61ef28abbaa5f47749d550e6 /cbasic.lisp
parent4c637133d1afb0c1e66a20a9f0e686953f220f5b (diff)
downloadlsp-6cb2ab95bc21bc226f103445fa6a4da75a22c9e3.tar.gz
Checkpointing before I dive into FFI
Diffstat (limited to 'cbasic.lisp')
-rw-r--r--cbasic.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cbasic.lisp b/cbasic.lisp
index 0f2d63c..2ddc5b4 100644
--- a/cbasic.lisp
+++ b/cbasic.lisp
@@ -5,6 +5,10 @@
 ;;; https://github.com/Henry/BuddKaminInterpreters and *maybe*
 ;;; https://oleksandrmanzyuk.wordpress.com/2014/06/18/from-object-algebras-to-finally-tagless-interpreters-2/
 ;;;
+;;; It might be worth reading the example in "Beautiful Racket" for
+;;; the extensions suggested on the OCaml page,
+;;; or more likely switch to COMAL.
+;;;
 ;;; A BASIC interpreter already exists at
 ;;; https://gitlab.com/com-informatimago/com-informatimago/-/tree/master/small-cl-pgms/basic
 ;;; but it is idiomatic CL,