|
|
|
|
|
by rekado
3224 days ago
|
|
GNU Guix. It uses code staging a lot, which works best in a language in which you can trivially pass around code as data. It also demonstrates that Scheme is flexible enough to easily implement features that the language designers did not, such as monads and laziness. While both can be done in almost any language, I think that Scheme's macros allow for exceptionally seamless implementations. |
|
I'm trying to look up what this means. Do you have a link?