rhombus-prototype icon indicating copy to clipboard operation
rhombus-prototype copied to clipboard

Brainstorming and draft proposals for Rhombus

Results 128 rhombus-prototype issues
Sort by recently updated
recently updated
newest added

An implementation of https://github.com/racket/rhombus-prototype/pull/225 option A: Rests with `&` and `~&`, Repetitions with `...`, Strings with `+&`. Things left to do: - [x] Implement keyword-apply-like function calls with `~&` keyword...

Adds a markdown document with a design proposal for `&` rest arguments and `~&` keyword rest arguments, as well as their potential interaction with `[]`/`{}` data constructors and `...` ellipses....

racket/gui has no support for builtin gtk icons (out of the box), and most widgets (such as text-field%) don't need to be using a canvas under the hood (though, this...

This has been bugging me since I was introduced to higher-order functions. To filter, as I understand, is to remove things. Therefore, the provided lambda should be used to find...

Takes a single list argument because that's what at-expressions with `{}` expect. ``` > str(["the list ", [1, 2, 3], " has ", 3, " elements"]) "the list [1, 2,...

This depends on https://github.com/racket/scribble/pull/328 and will be effectively used by https://github.com/racket/racket/pull/4263

Racket newcomers are immediately confronted with four equality operators: - `equal?`, which does what you'd expect most of the time - `=`, which does what you'd expect if you're used...

libraries

This is a light modification of the existing dynamic dot lookup protocol. When parens follow a dot expression, it sets a `fun?` flag and passes the arguments to `dot-lookup-by-name`. This...

See [RRFI [Draft]: Equality and Order Relations Interface](https://gist.github.com/countvajhula/bf4041e4ae5e2feb7ad4b9631e2cf734) This issue is splintered off from #16 to contain discussion on issues that pertain to generic order relations specifically (e.g. generic interfaces...

libraries

Instead of littering `with-*` style functions all over the place leading to lots of nesting, Rhombus should really have a composable way to handle deterministic cleanup (such as files, locks,...

libraries