Matthew Flatt
Matthew Flatt
The `str` function seems useful with `@`, but seeing the `&` examples converted to interpolation makes me think that interpolation is not always the best choice. Especially for someone new...
This looks great! To merge, though, we'll need at least some small documentation updates in `scribble-doc/scribblings/scribble/renderer.scrbl`: wherever `markdown` appears, something similar should appear for `odt`. The relevant version number to...
My only hesitation here is that this change can break some cross-document references. For example, someone might have rendered a paper that points to documentation at `https://docs.racket-lang.org/` on the theory...
Mentioned on the mailing list: https://elixir-lang.org/
https://www.pyret.org/docs/latest/
https://github.com/tonyg/racket-something https://groups.google.com/d/msg/racket-users/0WyNzafwPCA/jdn4ZqrLCQAJ
Here's an example showing how it could succeed to instantiate a module that's declared in a namespace (so `namespace-require` doesn't need to load a declaration) while `current-namespace` is set to...
Is this the same doc issue as #96, or is something more needed here?
I think you're running into the way that a form in `examples` is used twice: once to typeset, and another to evaluate. In the example above, the escape makes sense...
I wonder whether the issue here (and maybe #4335) is that the libraries installed via Racket packages are not being found. The [draw-aarch64-macosx-3](https://github.com/racket/libs/tree/master/draw-aarch64-macosx-3) package supplies `libintl.9.dylib`. A Mac build of...