(no title)
lygaret | 11 months ago
[`shrubbery`], the replacement for s-exprs, is pretty interesting, expanding s-expr simply with grouping, and then a separate infix-pass on top. I've been playing with using it as the basis for a separate language; it's in an interesting place in the AST space, especially given the forethought put into macros.
[rhombus]: https://docs.racket-lang.org/rhombus/index.html
[shrubbery]: https://docs.racket-lang.org/shrubbery/index.html
breuleux|11 months ago
HexDecOctBin|11 months ago
ForTheKidz|11 months ago
spdegabrielle|11 months ago
There is a long history of identifying the problems and risks of copy-pasting, and trying to reduce it. I remember it was a selling point of Java in the early days. For all the efforts it doesn't seem to be going away. (all the boilerplate in Java probably didn't help)
I'd love to see a C-like Rhombus. A Chombus.
sevensor|11 months ago
xigoi|11 months ago
shakna|11 months ago
[0] https://docs.racket-lang.org/c-utils/parsing.html