Alex Knauth
Alex Knauth
@jackfirth When you update, is the indentation better now?
Infix dots would be a good thing to support. I've also wanted to use them for `->` contracts. But for your case, if you define an `nfx` macro, you can...
But for some reason when I try this: https://github.com/AlexKnauth/sweet-racket/commit/624dd677b96b99a3475edd96ce50338b81922c03 It gives me errors like this: https://travis-ci.org/AlexKnauth/sweet-racket/jobs/58120454#L166 ``` sweet-exp/tests/hash.rkt:3:0: read: bad syntax `#hash(' ``` So do you have any idea why...
Not really, because of the `#hash()` issue, though that will be fixed in the next release of racket.
I think so, but I haven't tried it since then. I will work on it some more and see if I can get it to work. If it does work,...
I'm pretty busy right now, and don't have time to work on this.
Converting this to a draft for now. I will need to do one last rebase and dll build after the smaller PRs are merged, before this can be ready.
The Repl is interacting badly with DrRacket. It works fine from the command line, and I remember it working in DrRacket in the past (Edit: v7.9 and earlier). It is...
It's a Racket CS problem. Working in DrRacket v7.9, but broken in DrRacket v8.0, which is when Racket CS because the default. So I checked with DrRacket BC, and it's...
Calling `(read-eval-print-loop)` from `racket/base` reveals the same thing. Working in DrRacket BC, broken in DrRacket CS.