I often wonder if there is some notion of a basis of computation in mathematics. You can do stuff in binary, trinary, what about further out systems? What about working with functions/mappings which take more than two inputs. What can be said about the expressive power of these different ways of computing? Any one know where I should be looking for this kind of stuff?
arethuza|11 years ago
http://en.wikipedia.org/wiki/Theory_of_computation
If you are interested in "functions/mappings" then you can look at Lambda Calculus and work your way right up to modern functional programming languages:
http://en.wikipedia.org/wiki/Lambda_calculus
ssdfsdf|11 years ago