Sam Tobin-Hochstadt
Sam Tobin-Hochstadt
I fixed all those error messages and squashed in your changes.
For references as a variable, are you thinking of having it inline the lambda with the body? An alternative would be to have an expansion-time API that could get the...
Can you include more context from the error message?
What's the current status of this PR?
Disabling the platform check is not going to help -- there would need to be a code generator for s390, which would be a substantial undertaking. Instead, I recommend using...
It's an argument to `configure`, which you run before `make`.
That's if you're building from a source distribution. If you're building from a checkout of this repository, then use `make bc-unix-style`.
@sandeep-at-ibm See my second comment right above yours. If you're building from a git checkout, use `make bc-unix-style`.
I mostly agree with @bennn, although it might be inconvenient to deal with dynamic numbers of values for the results. At a minimum, though, it seems like the existing implementations...
I'm pretty sure this issue is because racket but not racket/base provides a binding named string (which does something different and unrelated).