Skip to content

Commit a730ddb

Browse files
committed
Add Eiffel to browser
1 parent d62a4b1 commit a730ddb

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

docs/resources/eiffel-logo-24.png

1.72 KB
Loading

docs/resources/eiffel-logo-240.png

36.7 KB
Loading

docs/resources/eiffel-logo-64.png

4.44 KB
Loading

docs/resources/scripts/info.js

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,15 @@ var langs = [
333333
u: "AdWords, AdSense, Google Fiber",
334334
t: ["Object-oriented", "Imperative", "Functional"],
335335
},
336+
{
337+
i: "eiffel",
338+
n: "Eiffel",
339+
h: "https://www.eiffel.org/",
340+
w: "Eiffel_(programming_language)",
341+
g: "eiffel",
342+
rc: "Eiffel",
343+
d: "Description coming soon",
344+
},
336345
{
337346
i: "elixir",
338347
n: "Elixir",
@@ -1412,13 +1421,14 @@ var langs = [
14121421
i: "zig",
14131422
n: "Zig",
14141423
h: "https://ziglang.org/",
1424+
w: "Zig_(programming_language)",
14151425
g: "zig",
14161426
rc: "Zig",
1417-
d: "Zig is a general-purpose, statically typed systems language.",
1427+
d: "Zig is a general-purpose, statically typed systems language, which can serve as an alternative to C.",
14181428
f: 2015,
1419-
r: "Systems programming made easy.",
1420-
u: "Creating, maintaining, and managing large systems software.",
1421-
t: ["Imperative"],
1429+
r: "Systems programming without surprises—the language has no hidden control flow, no hidden function calls, no hidden memory allocations, and no macros.",
1430+
u: "Systems software, embedded systems, financial transaction databases.",
1431+
t: ["Imperative", "Systems", "Static"],
14221432
},
14231433
{
14241434
i: "zsh",

0 commit comments

Comments
 (0)