From 7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 20 Nov 2025 11:05:57 +0100 Subject: Comments --- doc/code/pangemma.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/code') 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 -- cgit 1.4.1