rhombus-prototype
rhombus-prototype copied to clipboard
Brainstorming and draft proposals for Rhombus
In the DrRacket REPL reading this symbol does not work. When the same characters are in the definitions pane the module executes correctly. This also works properly in the expeditor...
In Racket, `~@` can be used to splice repeated (under `...`) sequences, such as ```racket (require syntax/parse/pre) (syntax-parse #'(a 1 b 2 c 3 d 4) [((~seq a something-a b...
This is an old known bug, but probably I should open an issue so that someone can take a look at it. Nested attributes are currently handled directly in pattern...
When I open a Rhombus REPL from the terminal and then close the terminal window without first killing the Rhombus REPL, the Racket process running the Rhombus REPL continuously grows...
I stumbled upon Rhombus, and it is not clear to me what problem it solves and how (or if) it is better than Racket A project FAQ would go a...
In Racket 1, there are some strange rules about module paths. For example `a` refers to `a/main`, but `a/b` doesn't refer to `a/b/main` if `a/b` is a directory. I also...
Both scheme and racket are inclined into functional programming. Monads is a useful (albeit not a required) tool for functional programming. Monads don't need to be so syntax sugared or...
In Racket, there are many things that are defined in one place (like `prop:procedure`) where you'd like to see what structs implement them. Is this a new kind of scope?...
MPS supports projectional editing. Should Racket2 do so too? cc @LeifAndersen
A few ideas have been put forward to introduce more generic operations to Racket 2. I'd like to suggest that a wide variety of these generic operations could be a...