Alex Knauth

Results 244 comments of Alex Knauth
trafficstars

@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...

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,...

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.