+ 1
What is the best Language
mean...all languages?
2 Antworten
+ 1
Depends on your purpose and commitment to learn an specific language. Python, Ruby and Perl are great scripting languages with a lot of libraries to get things done.
However, the syntax and coding style can be annoying or pleasing for you. Finally it's a personal decision so beyond the language features it's about how good you are with this tool.
+ 8
the best scripting language is kinda subjective... as there are pros and cons that aren't objective.
for example, rubys code is really readable, and is well known to be able to do most things in the least amount of lines/characters. however, its slower than python, and doesn't have as much libraries as python.
python is well known for how easy it is to learn, however is also infamous for its forced indentation. it has a huge amount of libraries, and plenty are already included in the base installation. but python also has a version split problem, as a large amount use 2.7 while everyone else is on 3.6+
theres also others like bash and perl I dont know enough about. the best scripting language will be based on what you want, as there is no objective best