|
|
|
|
|
by practal
386 days ago
|
|
Types for real-world semantics are fine, they are pretty much like predicates if you understand them like that. The idea to use predicates instead of types has been tried many times; the main problem (I think) is that you still need a nice way of binding variables, and types seem the only way to do so, so you will introduce types anyway, and what is the point then? The nice thing about AL is that you can have a general variable binding mechanism without having to introduce types. |
|
What am I missing?