(no title)
jadengeller | 1 year ago
it feels like there're all features for ergonomic dependency injection, but maybe that's a lot of programming
jadengeller | 1 year ago
it feels like there're all features for ergonomic dependency injection, but maybe that's a lot of programming
noelwelsh|1 year ago
Effect systems can change control flow (that's the point of many effects, such as exceptions) so they require capturing continuations.
Implicit arguments usually have compile-time search / composition.
Rye contexts seems like they have neither of the above, but I've only skimmed through the description.
skulk|1 year ago
See SICP 4.1 definition of "eval", this is more like reifying "env" to the function being evaluated.