Alex Knauth
Alex Knauth
Should this try to be consistent with `set-map` (going from sets to lists), or should it go from sets to sets? To follow the lens laws sets to sets would...
Should lenses be able to have names for printing? Would it make any sense to turn `make-lens` into a macro so that it can infer names? (this won't break backwards...
Every time I update my racket installation to a new version, this package gives me errors about compiled/ files and version mismatches, and it seems to be treating the info.rkt...
This ignores the files generated by `python3 setup.py install --user`.
This splits pos and dir into one module, and linear, affine, and smooth into another module, because those modules could be used by themselves as a good 3d posn and...
Is there a way to create a big-bang3d world as a child of an existing frame (or other gui obj), and if not, could an option for that be added?...
An updated version of https://github.com/racket/rhombus-prototype/pull/259, rebased onto https://github.com/racket/rhombus-prototype/pull/329 to fix an issue that came up while working on it, with some of the ideas from the `mutableSublist` discussion implemented into...
A `PartialOrder` interface intended to be privately implemented. Comparison operators like `=~`, `~`, and so on. Equality within tolerance for testing with `within`. Markdown-rendered design: https://github.com/AlexKnauth/rhombus-prototype/blob/partial-order/design/partial-order/partial-order.md