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?
#3
RE: syntaxwise, what is the best programming language?
my biggest problem with python is the lack of switch statements and that's not the biggest deal

some people complain about whitespace but it's a lot better than curly bracket nesting hell, imo

also ffffuck whatever the hell visualbasic is. is it really necessary to declare variables like DIM X AS INTEGER = 3 instead of, i don't know, int x = 3 or simply x = 3? just all-around a weird, verbose language, i don't like it at all

c++ is my favorite language that isn't python, but if you prefer the syntax of c++ over python, you're just more used to it. python is easily the most readable language, and even with its limitations (c++ is definitely functionally better) it's an absolute joy to write in, imo

also also if anyone here prefers java over c++, please explain yourself
Quote


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