Are there any things which today's programming language can't solve or do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Are there any things which today's programming language can't solve or do?

So, we can do a hell lot of things with programming languages. Then, are these languages not capable of doing some/more tasks which are hypothetically possible like simulating 4D,etc...?

5th Apr 2021, 3:47 PM
Shikaki Van D Wolfgang Sebastian
Shikaki Van D Wolfgang Sebastian - avatar
2 Answers
+ 4
Not gonna write so long because it's bedtime(GMT+05:30) In short you can't do physical activities.
5th Apr 2021, 3:58 PM
Scarlet Witch
Scarlet Witch - avatar
+ 4
There is a class of "uncomputable numbers" that cannot be computed by a (finite) computer program. Most numbers are uncomputable in fact. Even though it has infinitely many digits, π=3.141... for example is computable, since we can come up with a 5 lines of code program that would print out all the digits, given infinite time. It's kind of cool that we know a few digits of some of the more famous uncomputables, don't ask me how that would even work. By extension, there are infintitely many problems that a computer cannot and will never be able to solve.
5th Apr 2021, 11:31 PM
Schindlabua
Schindlabua - avatar