syntaxwise, what is the best programming language?

Poll: syntaxwise, what is the best programming language?
You do not have permission to vote in this poll.
python
28.57%
6 28.57%
i don't know any languages
23.81%
5 23.81%
{i; {have; {a; {blatantly; {wrong; {opinion;}}}}}}
47.62%
10 47.62%
Total 21 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
syntaxwise, what is the best programming language?
#39
RE: syntaxwise, what is the best programming language?
(08-17-2016, 06:52 PM)qwerx3 Wrote: »Challenge: construct a Python program that determines whether a program will run into an infinite loop or not.
Actually, I just realised this is doable, because you forgot one key part of the halting problem. You never said this program couldn't run infinitely either. So I'm pretty sure something like this would work:
Code:
check=exec([other program])
if check==None:
   return True
else:
   return False
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
Quote


Messages In This Thread
RE: syntaxwise, what is the best programming language? - by Kíeros - 08-17-2016, 09:30 PM
Bingogogo - by Reyweld - 05-04-2018, 01:12 PM