▲ | jtwaleson 4 days ago | |||||||||||||||||||||||||
There should be a language that uses "Almost-In-Time" compilation. If it runs out of time, it just gives a random answer. | ||||||||||||||||||||||||||
▲ | layer8 4 days ago | parent | next [-] | |||||||||||||||||||||||||
"Progressive compilation" would be more fun: The compiler has a candidate output ready at all times, starting from a random program that progressively gets refined into what the source code says. Like progressive JPEG. | ||||||||||||||||||||||||||
▲ | phinnaeus 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
Best I can do is a system that gives you a random answer no matter how much time you give it. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | kleiba 3 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
This might be a similar but possibly more sensible approach? -> https://en.wikipedia.org/wiki/Anytime_algorithm | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | philipwhiuk 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
When you get the wrong answer you can just say 'ah yes, the halting problem' | ||||||||||||||||||||||||||
▲ | mhuffman 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
You should send a pull request to DreamBerd/Gulf of Mexico[0], it's surely the only language that can handle it properly! | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | fer 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
Soft real time systems often work like that. "Can't complete in time, best I can do is X". | ||||||||||||||||||||||||||
▲ | bicepjai 3 days ago | parent | prev [-] | |||||||||||||||||||||||||
AIighT |