guile-devel
[Top][All Lists]
Advanced

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

Re: (. wtf?)


From: Dr. Arne Babenhauserheide
Subject: Re: (. wtf?)
Date: Mon, 08 May 2023 07:31:11 +0200
User-agent: mu4e 1.10.2; emacs 29.0.90

<tomas@tuxteam.de> writes:

> You seem to be somewhat upset, but I don't quite understand what
> your gripe is.

If I understood it correctly, they interpret the 'wtf? as expressing
"this is a problem that should be changed" and wanted to say
(equal? '(. a) 'a) should stay #true in Guile and consequently
(call-with-input-string "(. wtf?)" read) ⇒ wft? should stay as it is.

The behavior of '(. a) is implementation dependent for Scheme. Some examples:

- guile: 'a
- kawa: 'a
- chez: error
- chicken: error

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

Attachment: signature.asc
Description: PGP signature


reply via email to

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