Daphne Preston-Kendal
Daphne Preston-Kendal
Although `datum->syntax` appears to preserve the uninternedness of identifiers’ symbolic names, `free-identifier=?` ignores it: ```scheme > (free-identifier=? (datum->syntax #'bar (string->uninterned-symbol "hello")) (datum->syntax #'foo (string->uninterned-symbol "hello"))) #t > (eq? (syntax->datum (datum->syntax...
This is just an idea: would it be possible to implement a statistical (probabilistic) profiler in terms of Chez Scheme’s engines? The idea is the profiler would take a thunk...
It would be nice to be able to (conditionally) mark a test as an expected failure in `(chibi test)`. The situation here is that my library works properly on one...
When running `nix shell` with fish as login shell (set by `programs.fish.enable` and setting user shell to `/run/current-system/sw/bin/fish`), the profile `bin` directories get re-prepended to the `$PATH` environment variable when...
**What version of Racket are you using?** 8.18 [cs] **What program did you run?** ```racket (expand '(letrec ((last (lambda (xs) (match xs ((cons x '()) x) ((cons _ xs*) (last...
Fixes #929. I am not yet certain that this patch is complete. At the very least, this demonstrates that the behaviour of importing identifier properties appears to work as expected:...
The result of `compute-size` appears to include the size of RTDs for user-defined records, but not the sizes of the record types that are used to implement the types which...
Spec: https://www.w3.org/TR/css-values-5/#inherit-notation