Matthew Flatt

Results 425 comments of Matthew Flatt

Minor update: the v9.9.9 merge added `object->reference-address`, which serves as a Scheme version of `Sbytevector_data` (and equally dangerous).

The `configure` script now supports `--disable-curses`, so probably this can be closed.

The default build mode no longer uses `uuid/uuid.h`.

Closing now that "IMPLEMENTATION.md" is merged, although there's plenty of room for improvement.

Similar to #19, I think we can probably close this, since Windows build support was overhauled in the v9.9.9 merge.

Closing, since the repair has made it into a released version by now.

Closing per discussion and the switch to pb boot files (which removes the need to build arm32 boot files elsewhere).

Addressed by bootstrapping via pb.

`(/ 0 4.0)` is now `0`. That `/` is no longer R6RS's `/` is a new issue, though, which I'll open next.

The problem here turns out to be the way `define-type` from `plai` uses the context of the whole `define-type` form (not individual variant names or even if `define-type` identifier) for...