Conversation

dreaming of a language with dependent records as modules (like in 1ML, but full spectrum dependent types), multistage stage programming, linearity, erasure, and effects+handlers that can be inlined or compiled to capability passing style (could be handy for custom allocators)
4
7
Replying to and
A big motivation for this is that in systems programming you can't afford to build up an intermediate, reified version of an effect only to tear it down later. One way around that could be capability passing, and it could be augmented with inlining perhaps.