Results 26 comments of Robby Zambito

I think I understand better now :) the duality between literal expressions and their symbolic values made it seem inconsistent to me. I also just made this macro based on...

Ah nice, I missed that library. I'm not sure how much effort that would take to do in a portable way. Another possibility could be to add a parameter object...

Actually give me one moment, I am doing to try installing one more thing to see if it fixes it. Edit: Scratch that. I realized there is an amdgpu-firmware package...

Sick I was able to figure it out. I found this comment https://github.com/ROCm/Tensile/issues/1936 which suggested setting the environment variable `HSA_OVERRIDE_GFX_VERSION=10.3.0`. That worked for me. The full command I ran to...

The 5th screenshot also refers to `merge`

@dbarnett If you're not trying to push to both `master@origin` and `master@someremote` (ie you're only trying to push to `master@origin`) you can set your `master` to track just one of...

Another workaround is going into each of the workspaces and editing `.jj/repo` to point to the correct path.

This page also has details about what is necessary to support R7RS on top of R6RS: https://github.com/johnwcowan/r7rs-work/blob/master/Walrus.md

Another useful resource: http://www.schemeworkshop.org/2014/papers/Kato2014.pdf

@gilch The proof of concept that you wrote is semantically identical to the way that [parameter objects work in Scheme](https://standards.scheme.org/corrected-r7rs/r7rs-Z-H-6.html#TAG:__tex2page_sec_4.2.6). They must be called as a procedure to extract the...