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?
#12
RE: syntaxwise, what is the best programming language?
python is honestly the language that schools should teach to introduce people to programming. it doesn't give you all the same options as a language like c++ (no pointers, no switch statements- though there are weird alternatives to switch statements in python that i don't really get?), and it isn't really powerful enough to run a decent game engine in, but it has really simple syntax that's very quick and easy to learn. it's a good gateway to other languages (and.. it's perfectly valid to use for anything that isn't super intensive)

i really enjoy writing in it, the class i took for it was a couple of semesters ago and i still use it just for fun
Quote


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