Conversation

Idly wondering if it'd be possible to extend Rust procedural macros with some sort of interface to the name resolver, typechecker, and const eval. Sort of a principled approach to template metaprogramming...
8
56
Yeah this stuff is super cool. Also seen in Lean, Agda, and F* I think? Combining this with multistage programming would be super neat as well – not sure if that has been done yet?
1