Skip to content

Commit 61717bb

Browse files
committed
New languages for the browser
1 parent 8bc0838 commit 61717bb

13 files changed

+22
-2
lines changed

docs/resources/carbon-logo-24.png

1.49 KB
Loading

docs/resources/carbon-logo-240.png

17 KB
Loading

docs/resources/carbon-logo-64.png

3.65 KB
Loading

docs/resources/fantom-logo-24.png

2.21 KB
Loading

docs/resources/fantom-logo-240.png

59 KB
Loading

docs/resources/fantom-logo-64.png

6.85 KB
Loading

docs/resources/scripts/info.js

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ var langs = [
149149
i: "carbon",
150150
n: "Carbon",
151151
d: "Description coming soon",
152-
noLogo: true,
153152
},
154153
{
155154
i: "ceylon",
@@ -395,6 +394,11 @@ var langs = [
395394
u: "Research into optimization techniques",
396395
t: ["Stack-based", "Concatenative"],
397396
},
397+
{
398+
i: "fantom",
399+
n: "Fantom",
400+
d: "Description coming soon",
401+
},
398402
{
399403
i: "fish",
400404
n: "Fish",
@@ -919,6 +923,12 @@ var langs = [
919923
n: "Oberon",
920924
d: "Description coming soon",
921925
},
926+
{
927+
i: "objective-c",
928+
n: "Objective-C",
929+
d: "Description coming soon",
930+
noLogo: true,
931+
},
922932
{
923933
i: "ocaml",
924934
n: "OCaml",
@@ -1028,6 +1038,12 @@ var langs = [
10281038
"Dynamic",
10291039
],
10301040
},
1041+
{
1042+
i: "pli",
1043+
n: "PL/I",
1044+
d: "Description coming soon",
1045+
noLogo: true,
1046+
},
10311047
{
10321048
i: "powershell",
10331049
n: "PowerShell",
@@ -1247,7 +1263,6 @@ var langs = [
12471263
r: "Object-oriented programming",
12481264
u: "Simulation",
12491265
t: ["Object-oriented"],
1250-
noLogo: true,
12511266
},
12521267
{
12531268
i: "smalltalk",
@@ -1355,6 +1370,11 @@ var langs = [
13551370
n: "Unison",
13561371
d: "Description coming soon",
13571372
},
1373+
{
1374+
i: "ur",
1375+
n: "Ur",
1376+
d: "Description coming soon",
1377+
},
13581378
{
13591379
i: "v",
13601380
n: "V",

docs/resources/simula-logo-24.png

1.42 KB
Loading

docs/resources/simula-logo-240.png

94.3 KB
Loading

docs/resources/simula-logo-64.png

4.5 KB
Loading

0 commit comments

Comments
 (0)