Sam Tobin-Hochstadt
Sam Tobin-Hochstadt
I agree that https://docs.racket-lang.org/license/index.html and the top-level `LICENSE.txt` should mention the packages that are installed by default, including binary packages that are also installed. `"main-distribution"` is definitely special in the...
This worked correctly just now.
It's possible to get the dependencies of `main-distribution` from pkgs.racket-lang.org (they're listed here: https://pkgs.racket-lang.org/package/main-distribution) but I think this should be based on the set defined when the docs are built,...
cc @rfindler
I think just one keyword argument, which can be `#f` for no indenting (the default) and a string to indicate that it should be indented using that string would be...
One feature of several other languages that has never worked that well in Racket is a sort of combining of multiple top-level forms together. Haskell is a good example of...
One question I had while reading the description of the enforestation API/implementation was whether the building blocks have Rhombus-level API, or just Racket-level API. That is, the API described here...
Should be easy enough to always return 1. On Aug 10, 2014 1:24 PM, "Spenser Bauman" [email protected] wrote: > They seem to be used by racket/contract/base. > > — >...
http://xkcd.com/221/
There's a pretty complicated interface with state vectors. On Aug 17, 2014 6:50 PM, "Carl Friedrich Bolz" [email protected] wrote: > What kind of guarantees does the rng make? We can...