lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scheme: formula instead of value


From: David Kastrup
Subject: Re: scheme: formula instead of value
Date: Tue, 09 Jul 2024 08:32:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

"K. Blum" <benbignoise@gmx.de> writes:

> Hi Valentin, hi Carl,
>
> yes, that does the trick.
> That quoting science is what causes me headaches all the time... ;-)

It's not really science.  You just have to accept that LISP/Scheme does
not have a programming language syntax.

It has a data representation syntax (specifically suited for
representing lists).  And it represents programs in the form of data.
It also represents data in the form of data.  The only difference is
that the former is getting evaluated after input, and quoting stops
evaluation.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]