Conversation

Replying to
Eventually I'd like to use this as a technique for getting better codegen in dependently typed programming languages, but I think these techniques might be handy for my work in binary data format descriptions.
2
I think there is some correspondence, but I don't know. The annoying thing about full spectrum dependent types is that you lose the phase information that is present in traditional languages, so it's hard to compile things like type parameters and constant parameters efficiently.
2
Show replies
Show replies