|
|
|
|
|
by gargantuan
4388 days ago
|
|
Also what about protocols? Can type systems handle that. Things like: * open file
* close file
* read form file
That can be type checked up and down it will still be broken. Is that Rich Hickey meant? Here we are dealing with a real world -- a file. And it has a protocol to access it. So in a sense we want a protocol checker not a type checker in that case...? |
|