之前自己一直在找自己感兴趣的方向,以及在这个方向上流行的语言并尝试学习这些语言其中的几个但是没有什么重大发现,这篇文章主要介绍了15个出现在3个编程语言排行榜的编程语言和他们的擅长的领域,他们分别是(排名不分先后):Python,Java,JavaScript,PHP,C#,C,C++,Ruby,Swift,Go/Golang,Scala,R,Objective-C,Perl。
Python
Python is a general purpose programming languagethat can be used on any modern computer operating system.It can be used for processing text, numbers, images,scientific data and just about anything else you might save on a computer.
Java
In today’s world, Java has a vast variety of different uses.For example, Java is used for web-applications like Google docs,as well as for things like mobile games. Perhaps most notably,Java is widely used to build small application modulesor applets for use as part of a web page.
Javascript
JavaScript is most commonly used as a client side scripting language.This means that JavaScript code is written into an HTML page.When a user requests an HTML page with JavaScript in it,the script is sent to the browser and it's up to the browserto do something with it.
PHP
PHP is a server-side scripting language designed primarily forweb development but also used as a general-purpose programming language.Originally created by Rasmus Lerdorf in 1994, the PHP reference implementationis now produced by The PHP Development Team.
C#
C# is mostly used with Microsoft's .NET framework to design web forms,web applications, windows applications etc. Websiteand web application development using Asp. net is the most popularand most commercial use of C# currently.
C
C was initially used for system development work,in particular the programs that make-up the operating system.Why use C? Mainly because it produces code that runs nearlyas fast as code written in assembly language.
C++
C++ is one of the most versatile languages in the world.It is used nearly everywhere for everything….systems programming (operating systems, device drivers,database engines, embedded, Internet of Things, etc.) numericaland scientific computing.
Ruby
The Ruby Programming language is a general purpose programming language.It is used in a wide range of fields, but is best known as a language forWeb Applications, because of the Ruby on Rails framework.
Swift
Swift is a general-purpose, multi-paradigm, compiled programming languagedeveloped by Apple Inc. for iOS, macOS, watchOS, tvOS, and Linux.Swift is designed to work with Apple's Cocoa and Cocoa Touch frameworksand the large body of existing Objective-C code written for Apple products.
Go/Golang
Golang is the best programming language for developingserver side applications. Golang has capability tohandle multiple requests at a time and can deal with itby giving high performance. Again it is very easy to use as its syntaxis simple and everyone can be familiar with it easily.
Scala
Scala is a general-purpose programming language providing support forfunctional programming and a strong static type system.Designed to be concise, many of Scala's design decisions aimed toaddress criticisms of Java.
R
R is a programming language and free software environment forstatistical computing and graphics that is supported bythe R Foundation for Statistical Computing. The R language is widely usedamong statisticians and data miners fordeveloping statistical software and data analysis.
Objective-C
Objective-C is a general-purpose, object-oriented programming languagethat adds Smalltalk-style messaging to the C programming language.It was the main programming language used by Apple for the OS Xand iOS operating systems, and their respectiveapplication programming interfaces (APIs) Cocoa and Cocoa Touchprior to the introduction of Swift.
Perl
Perl can be used and was utilized for a variety of uses.Bio-Informatics, Databases, E-mail Handling with Perl, Games and Multimedia,GUI (Graphical User Interface) Development, Multi-tasking and Networking,Quality Assurance (QA) and Testing, andTelnet/SSH (Remote login and command execution)
有疑问加站长微信联系(非本文作者)