Conversation

If I wrote a blog / tutorial series about developing a language (with type inference, generics, etc.) + compiler from scratch in Rust, would people read it?
58
561
I would really love to see something like this! Dependent typing is a field I've not yet explored much, so any approachable literature / tutorials / blog posts about implementing them I'm sure would be most welcome.
1
2
I think you could do something cool where you could maybe flip between the implementation and the inference rules… to sort of teach people the correspondence. This is something that TaPL does a decent job of, but I still feel like I struggled without a teacher.
1