show/hide this revision's text 2 Clarified question to use a physical time specification not O(1) time

What would programming languages look like if every computable thing could be done in O(1)1 second?

Inspired by this question

Suppose we had a magical turing machine with infinite memory, and unlimited CPU power.

Use your imagination as to how this might be possible, e.g. it uses some sort of hyperspace continuum to automatically parallelize anything as much as is desired, so that it could calculate the answer to any computable question, no matter what it's time complexity is and number of actual "logical steps", in O(1)one second.

However, it can only answer computable questions in O(1) time... (say, 1 second)..one second... so I'm not positing an "impossible" machine (at least I don't think so)... For example, this machine still wouldn't be able to solve the halting problem.

What would the programming language for such a machine look like? All programming languages I know about currently have to make some concessions to "algorithmic complexity"... with that constraint removed though, I would expect that all we would care about would be the "expressiveness" of the programming language. i.e. it's ability to concisely express "computable questions"...

Anyway, in the interests of a hopefully interesting discussion, opening it up as community wiki...

show/hide this revision's text 1 [made Community Wiki]

What would programming languages look like if every computable thing could be done in O(1)?

Inspired by this question

Suppose we had a magical turing machine with infinite memory, and unlimited CPU power.

Use your imagination as to how this might be possible, e.g. it uses some sort of hyperspace continuum to automatically parallelize anything as much as is desired, so that it could calculate the answer to any computable question in O(1).

However, it can only answer computable questions in O(1) time... (say, 1 second)... so I'm not positing an "impossible" machine (at least I don't think so)... For example, this machine still wouldn't be able to solve the halting problem.

What would the programming language for such a machine look like? All programming languages I know about currently have to make some concessions to "algorithmic complexity"... with that constraint removed though, I would expect that all we would care about would be the "expressiveness" of the programming language. i.e. it's ability to concisely express "computable questions"...

Anyway, in the interests of a hopefully interesting discussion, opening it up as community wiki...