gus-massa

Results 80 comments of gus-massa

I added a fix by @samth and more tests. For the new tests, it's necessary to update the `mats/patch-*` files. Anyway,the test don't trigger the error in the automated test....

You are right that in my example it's a printer problem, I prefer (time (number? (expand/optimize '(ash 1 10000000)))) that runs instantly. But the problem of the optimizer can be...

I rebased the commit. The second commit has some improvements based in code by @mflatt , but I made some changes. (I think they should be squashed before merging.) I...

Tiny update: Change the signature of `exact-integer-sqrt` to use `uint` instead of `integer`. (This should be squashed before merging.)

> I'm curious what the payoff of this change is for Chez Scheme users. The idea is to avoid some duplication of the information in primdata.ss. There are some minor...

I read the preprint only twice, so I hope I didn't misunderstand too much. There are a lot of small differences that can be ported in either way. For example,...

Sorry for the long delay. I updated the PR. This is a short description of the commits: * fix enumerate signature A small fix, otherwise the PR doesn’t compile. ---...

I´ll take a look at the expansion `match` in Racket, but I expect them not to be so big to cause a problem. I think that it's easier to explain...

Thanks for the minimized example. The problem with `bytevector-[u/s]16-native-set!` was that it has a wrong signature. (The 32 bits versions is correct.) So cptypes detects that the variable `k` is...