-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtypes
More file actions
22 lines (18 loc) · 1.02 KB
/
types
File metadata and controls
22 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
A programming language is a system of notation for writing computer programs.[1] Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer language.
The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning), which are usually defined by a formal language. Some languages are defined by a specification document (for example, the C programming language is specified by an ISO Standard) while other languages (such as Perl) have a dominant implementation that is treated as a reference. Some languages have both, with the basic language defined by a standard and extensions taken from the dominant implementation being common.
Programming language theory is a subfield of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages.
Types:
Javascript
Python
Go
Java
Kotlin
PHP
C#
Swift
Ruby
C and C++
Matlab
TypeScript
Scala
Javasc