|
|
|
|
|
by howling
1114 days ago
|
|
I think interaction nets [0] is actually a simpler model and can simulate Turing Machine efficiently. I wish courses in Computability/Complexity theory would be taught in interaction nets instead of Turing Machines as the program written would be so much nicer and compose easily. It also has real-life uses in compiling functional languages. [1] [0]: https://en.wikipedia.org/wiki/Interaction_nets
[1]: https://github.com/HigherOrderCO/HVM |
|
It seems to me a more complex lambda calculus.