Sam Tobin-Hochstadt

Results 318 comments of Sam Tobin-Hochstadt

I think further changes to the extflonum support is unlikely to be worth it. Having `flmax` diverge from `max` seems like a bad idea.

What package is jsonic? There's no package by that name on pkgs.racket-lang.org (there's a jsonic-jf).

Can you say more about which dependencies you are thinking about, and what features you would like them have? The list of dependencies is here:https://github.com/racket/racket/blob/master/racket/src/native-libs/README.txt

Is there something notable in the more recent pango and sqlite releases? Have you tried the updated version of cairo to see if it fixes those problems?

Can you explain more what the program in the comment is supposed to indicate?

How is `global` different than `thunk`? Just that it can be used in argument position?

I continue to be a little puzzled about why these functions are needed. Generalizing `const` to handle multiple arguments/return multiple values seems potentially useful, but why would we then keep...

Maintaining compatibility with existing code is important, so that makes sense. However, the arity-checking behavior of `relay` that you describe seems both niche (and thus `global` could be in whatever...

Is the procedure a struct that has prop:procedure, such as a function with keyword arguments?

In that case we'll need to extract the procedure somehow. @mflatt is there a Chez-level API that can get the procedure out of a procedural struct?