|
|
|
|
|
by lygaret
452 days ago
|
|
This is racket's [rhombus], which might be an interesting second link here; it's a scheme, underneath, with the full power of Racket libs available. [`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 |
|