Skip to content

Commit 8fae8e2

Browse files
committed
More languages for the browser
1 parent 1488a36 commit 8fae8e2

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed

docs/overviews.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<section id="canvas">
1212
<div id="index"></div>
1313
<div id="logo"><img /></div>
14+
<h1></h1>
1415
<div id="text">
1516
<p id="description"></p>
1617
<p id="info"></p>

docs/resources/scripts/info.js

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,21 @@ var langs = [
168168
u: "Data mining, Artificial intelligence",
169169
t: ["Functional", "Dynamic", "Concurrent", "Homoiconic"],
170170
},
171+
{
172+
i: "cobol",
173+
n: "COBOL",
174+
w: "COBOL",
175+
g: "cobol",
176+
rc: "COBOL",
177+
pp: "cobol",
178+
d: "COBOL is a language designed for business applications.",
179+
f: 1959,
180+
v: ["1968", "1974", "1985", "2002", "2014", "2023"],
181+
r: "Business applications",
182+
u: "Banking, Insurance, Government",
183+
t: ["Imperative"],
184+
noLogo: true,
185+
},
171186
{
172187
i: "coffeescript",
173188
n: "CoffeeScript",
@@ -1102,6 +1117,16 @@ var langs = [
11021117
u: "It began as a better version of Smalltalk and evolved as an experimental test system for language design.",
11031118
t: ["Prototypal", "Object-oriented"],
11041119
},
1120+
{
1121+
i: "simula",
1122+
n: "Simula",
1123+
d: "Simula is the first object-oriented programming language.",
1124+
f: 1962,
1125+
r: "Object-oriented programming",
1126+
u: "Simulation",
1127+
t: ["Object-oriented"],
1128+
noLogo: true,
1129+
},
11051130
{
11061131
i: "smalltalk",
11071132
n: "Smalltalk",
@@ -1130,6 +1155,16 @@ var langs = [
11301155
u: "Theorem proving",
11311156
t: ["Functional"],
11321157
},
1158+
{
1159+
i: "squirrel",
1160+
n: "Squirrel",
1161+
h: "http://www.squirrel-lang.org/",
1162+
w: "Squirrel_(programming_language)",
1163+
g: "squirrel",
1164+
d: "Squirrel is a high-level imperative, object-oriented programming language.",
1165+
f: 2003,
1166+
noLogo: true,
1167+
},
11331168
{
11341169
i: "snap",
11351170
n: "Snap!",
@@ -1216,6 +1251,14 @@ var langs = [
12161251
f: 2006,
12171252
t: ["System"],
12181253
},
1254+
{
1255+
i: "verse",
1256+
n: "Verse",
1257+
h: "https://verseprogramming.com/",
1258+
d: "Verse is a functional-logic language created by Epic Games.",
1259+
f: 2023,
1260+
noLogo: true,
1261+
},
12191262
{
12201263
i: "whiley",
12211264
n: "Whiley",

docs/resources/swift-logo-240.png

12.1 KB
Loading
-37.4 KB
Loading
-104 Bytes
Loading

0 commit comments

Comments
 (0)