• Joined on 2025年06月27日
jobol opened issue scheme/r7rs#369 2026年06月12日 10:15:47 +02:00
Grouping digits in numbers
jobol commented on issue scheme/r7rs#368 2026年06月12日 09:02:24 +02:00
consistency of escaped and non-escaped symbols

Having group indication when writting numbers would be great. Some languages use underscore (_), some other use simple quote ('). Should we open a ticket for that? (I didn't find one for that topic)

jobol opened issue scheme/r7rs#368 2026年06月11日 21:31:32 +02:00
consistency of escaped and non-escaped symbols
jobol commented on issue scheme/r7rs#128 2026年05月01日 18:51:22 +02:00
Self-quoting empty list

Empty list shoukd not be quoted in definition of syntax. It creates a kind of schizophreny. IMO it should be explain somewhere that empty list must not be quoted in syntax pattern because there ()...

jobol commented on issue scheme/r7rs#312 2026年04月17日 11:08:47 +02:00
Quasiquotation of homogeneous vectors
jobol commented on issue scheme/r7rs#312 2026年04月16日 21:40:30 +02:00
Quasiquotation of homogeneous vectors

For TR7 behaviour, I swear that it is accidental. Just for fun I checked a more complex expression:

jobol commented on issue scheme/r7rs#306 2026年02月08日 14:38:34 +01:00
Clarify the behavior of #'((x y) ... ...) when pattern variable x ... and y ... have different lengths.

TR7 evaluates to ((1 2) (1 3)).

jobol commented on issue scheme/r7rs#32 2025年12月12日 15:49:35 +01:00
Raw string literals

Eiffel language also has the prefix removal for including formated texts indented in the code.

jobol commented on issue scheme/r7rs#277 2025年10月18日 10:03:45 +02:00
status of cyclic dependency of library imports

@mnw wrote in scheme/r7rs#277 (comment):

(Remember that I don't say one shouldn't consider allowing circular references, but for that, one has to amend...

jobol commented on issue scheme/r7rs#277 2025年10月17日 21:26:42 +02:00
status of cyclic dependency of library imports

@mnw wrote in scheme/r7rs#277 (comment):

For example, here is the relevant part of R7RS:

When a library is loaded, its expressions are executed...

jobol commented on issue scheme/r7rs#277 2025年10月12日 10:53:40 +02:00
status of cyclic dependency of library imports

@dpk wrote in scheme/r7rs#277 (comment):

@jobol wrote in #277 (commentaire):

I looked in R7RS and R6RS specifications and did find clear...

jobol opened issue scheme/r7rs#277 2025年10月10日 15:23:49 +02:00
status of cyclic dependency of library imports