about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/code/pangemma.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/code/pangemma.md b/doc/code/pangemma.md
index 013816a..113b82c 100644
--- a/doc/code/pangemma.md
+++ b/doc/code/pangemma.md
@@ -189,7 +189,9 @@ we are talking message passing!
 
 OK, I have a confession to make. Reading Lisp code does not come that natural to me. I find writing Lisp easier than reading Lisp(!) Maybe it is because I have been reading Algol-type languages all my life, or maybe because Ruby is just a better fit to my brain. Where Lisp is definitely the greater language, I just find it harder to parse. Even my own code! I met Matz once and he told me that Ruby was known as Matz's own Lisp. So, there we are. I need the Ruby syntax oddities as little helpers to make my brain disentangle code.
 
-Ruby's REPL, however, is not that useful.
+## And again: why guile and not Ruby?
+
+Ruby's REPL is -- unfortunately -- not that useful.
 
 ## The art of message passing