-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlangs.json
56 lines (52 loc) · 2.02 KB
/
langs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"name" : "C",
"path" : "",
"fullName" : "C",
"type" : "Language",
"children" : [],
"attr" : ["Description"],
"user_id" : 0,
"Description" : "In computing, C is a general-purpose programming language initially developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs."
},
{
"name" : "Java",
"path" : "",
"fullName" : "Java",
"type" : "Language",
"children" : [],
"attr" : ["Description"],
"user_id" : 0,
"Description" : "Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible."
},
{
"name" : "C++",
"path" : "",
"fullName" : "C++",
"type" : "Language",
"children" : [],
"attr" : ["Description"],
"user_id" : 0,
"Description" : "C++ is a programming language that is general purpose, statically typed, free-form, multi-paradigm and compiled."
},
{
"name" : "Node.js",
"path" : "",
"fullName" : "Node.js",
"type" : "Language",
"children" : [],
"attr" : ["Description"],
"user_id" : 0,
"Description" : "Node.js is a software platform that is used to build scalable network (especially server-side) applications. Node.js utilizes JavaScript as its scripting language, and achieves high throughput via non-blocking I/O and a single-threaded event loop."
},
{
"name" : "JavaScript",
"path" : "",
"fullName" : "JavaScript",
"type" : "Language",
"children" : [],
"attr" : ["Description"],
"user_id" : 0,
"Description" : "JavaScript is an interpreted computer programming language. As part of web browsers, implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed."
}
]