jack
Intern
Intern
  • UID539
  • Fans3
  • Follows0
  • Posts19
Reads:149220Replies:13

[Others]What is your most used scripting language?

Created#
More Posted time:Aug 4, 2016 10:02 AM

Vote has ended |The members who registered before 2017-01-01 can take part in the vote
Hi All,


I use C# mostly these days, but I have heard that JAVA is better for certain tasks.


What do you recon the best scripting language is as an all rounder?

Latest likes:

Diss777Diss77...

BrianBae
Assistant Engineer
Assistant Engineer
  • UID5909
  • Fans1
  • Follows0
  • Posts58
1st Reply#
Posted time:Jul 10, 2018 1:53 AM
PHP and GoLang.

It is powerful and easy

Ranjithkumar
Engineer
Engineer
  • UID5737
  • Fans4
  • Follows3
  • Posts129
2nd Reply#
Posted time:Aug 8, 2018 23:17 PM
Javascript is the most used scripting language.

Ranjithkumar
Engineer
Engineer
  • UID5737
  • Fans4
  • Follows3
  • Posts129
3rd Reply#
Posted time:Aug 8, 2018 23:18 PM
BrianBae:PHP and GoLang.

It is powerful and easy
回到原帖
@brianbae, I like php very much from my college days

JohnHanley
Engineer
Engineer
  • UID5606
  • Fans4
  • Follows1
  • Posts75
4Floor#
Posted time:Aug 9, 2018 23:25 PM
Python by far is the most popular scripting language. My definition of a scripting language is one that can be typed one line at a time in an interpreter. I would include PHP, Perl and Ruby in this list. JavaScript is not used for interpreted languages, but is termed a scripting language in web browsers. By that definition, JavaScript would be the most popular language  in the world.

Today, you cannot learn only one language. For web development JavaScript and PHP are mandatory. For software development Java, .NET, C++ are the key ones. For Big Data Java, Scala, Python. For Cloud Computing Python.

I am now working on a series of articles for Alibaba on how to use Scala as a scripting language for managing Alibaba Cloud Services. Stay tuned for their release later this month.

GhulamQadir
Senior Engineer
Senior Engineer
  • UID5968
  • Fans4
  • Follows0
  • Posts98
5Floor#
Posted time:Aug 10, 2018 0:14 AM
@JohnHanley, Nice Explanation.
Thanks

Ranjithkumar
Engineer
Engineer
  • UID5737
  • Fans4
  • Follows3
  • Posts129
6Floor#
Posted time:Aug 12, 2018 15:17 PM
JohnHanley:Python by far is the most popular scripting language. My definition of a scripting language is one that can be typed one...回到原帖
Nice Explanation..@JohnHanley

ukbob
Intern
Intern
  • UID5260
  • Fans0
  • Follows0
  • Posts8
7Floor#
Posted time:Aug 12, 2018 20:59 PM
I'm not sure that I agree that Python is the most popular scripting language.  After all, WordPress powers a huge proportion of the entire internet and that's written in PHP.

JohnHanley
Engineer
Engineer
  • UID5606
  • Fans4
  • Follows1
  • Posts75
8Floor#
Posted time:Aug 13, 2018 10:33 AM
Yes, I agree that WordPress powers a large number of web servers. Web servers are just a fraction of the total number of servers and computers in the world. In real world stats, Python is about two+ times more popular than PHP.

If Python's growth rate continues, it may become the most popular language in the world in 2019.

Note: I am a big fan of both PHP and Python.

Ranjithkumar
Engineer
Engineer
  • UID5737
  • Fans4
  • Follows3
  • Posts129
9Floor#
Posted time:Aug 14, 2018 13:51 PM
JohnHanley:Yes, I agree that WordPress powers a large number of web servers. Web servers are just a fraction of the total number of...回到原帖
@JohnHanley, Me too, Big fan of PHP and Python

afzaalvirgoboy
Assistant Engineer
Assistant Engineer
  • UID6091
  • Fans2
  • Follows0
  • Posts52
10Floor#
Posted time:Aug 15, 2018 22:27 PM
Although I am a full time .NET guy, I consider using JavaScript over other programming languags, or scripts. Python is useful in most cases, but JavaScript tends to support quite a vast range of services to consider (Python does so too!)


The preference to JavaScript, is mainly due to the fact that I use C# as my primary language, and develop most often in that. And yes, for those who might ask that C# is not a scripting language, I must say that there is a C# script standard out there as well, check the ".csx file".

JohnHanley
Engineer
Engineer
  • UID5606
  • Fans4
  • Follows1
  • Posts75
11Floor#
Posted time:Aug 16, 2018 5:53 AM
JavaScript and C# are very popular and practical languages to work in. You will have in-demand skills for a very long time - even if you only knew those two well. In the cloud world I would strongly recommend learning Python also. The ability to quickly write Python scripts for simple tasks is a good skill set.

JohnHanley
Engineer
Engineer
  • UID5606
  • Fans4
  • Follows1
  • Posts75
12Floor#
Posted time:Aug 18, 2018 5:07 AM
The IEEE now ranks Python as the #1 language.


https://spectrum.ieee.org/at-work/innovation/the-2018-top-programming-languages



So what are the Top Ten Languages of 2018, as ranked for the typical IEEE member and Spectrum reader?


Paco
Engineer
Engineer
  • UID5881
  • Fans4
  • Follows3
  • Posts60
13Floor#
Posted time:Aug 26, 2018 5:52 AM
It is indisputable that python has a huge potential, and a market every day bigger. @JohnHanley Thanks for the explanation about the languages.
Guest