|
|
|
|
|
by dralley
2537 days ago
|
|
Session types. Managing hardware state via the type itself, such that it is not possible to create code that does something with (e.g. an IO pin) unless it has first been properly set up, and it's guaranteed at compile time with no runtime checks. Guarding against mutable aliasing with respect to hardware state could be enormously valuable. |
|
I don't quite understand what you are saying in your second paragraph.