|
|
|
|
|
by jfoutz
2905 days ago
|
|
This is hard to parse. All software that can be represented as if and goto (and some sort of assignment i suppose)? when, while and do are just if and goto. alpha go is all just if and goto. I'm not sure what you're looking for or alluding to. Is there some other operation that isn't just if and goto? because i think any function you come up with, i can just make a big table of inputs that result in specific outputs. Heck, decrement and jump if zero is enough. I'm not convinced at all that specific operations are limiting us somehow. Could you elaborate? |
|