racket
racket copied to clipboard
The Racket repository
Racket has built-in support for several kinds of [byte converters](https://docs.racket-lang.org/reference/bytestrings.html#%28def._%28%28quote._~23~25kernel%29._bytes-open-converter%29%29), in addition to codecs available from an optional iconv library. I was surprised to learn from https://github.com/racket/racket/commit/7c9c9aa69ae69467a96746dce382fd0c535b51e1 that `(bytes-open-converter "UTF-8"...
Today [SWIG](https://www.swig.org/) support older versions of Racket. As the C API was changed in Racket 8. The SWIG project announce it will remove the support of Racket, unless someone update...
Recently, I was experimenting with some code using (delimited) continuations, and encountered some confusing performance numbers. All my tests involve performing control operations in a loop, trying to mimic continuations...
**What version of Racket are you using?** e.g., 7.7 [cs] **What program did you run?** Please include a short example that triggers the bug **What should have happened?** , I want to write a refactoring rule that suggests replacing certain `#hash(...)` literals with `(hash ...)` expressions. (Hash...