Daphne Preston-Kendal

Results 74 comments of Daphne Preston-Kendal

A good place for superscripts seems to be about 140 or 150 units above numerators.

[This is expected behaviour.](http://snowball.tartarus.org/algorithms/english/diffs.txt)

![cmcosm](https://f.cloud.github.com/assets/378375/128735/595240c2-6fc6-11e2-9c86-f2394b16d448.png)

> Does this behaviour make sense?? > > ``` > Chez Scheme Version 9.5.8 > Copyright 1984-2022 Cisco Systems, Inc. > > > (rational? 4.56) > #t > > (rational?...

> Instead of reinventing the `syntax-case` system ad hoc, it would be much better to implement it in its standardized form. It is the only standardized Scheme macro system that...

? https://github.com/umami-software/umami/blob/b006747a457b8284b2679d6611ddd16378f7dfaa/scripts/check-db.js#L41-L49 This is the version of the script I was using, the latest commit, and it does not report the actual cause of the problem.

UTF-8b doesn’t work for Scheme because it requires unpaired surrogates to be supported as character objects and in strings, which isn’t allowed by R6RS. The solution devised for R7RS large...

https://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_sec_11.11

Noncharacter error handling does not mangle anything: mangling implies an irreversible process because some ambiguity would be created. The affected noncharacters (which are not all of the noncharacters in Unicode,...