You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/scripts/info.js
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,15 @@ var langs = [
333
333
u: "AdWords, AdSense, Google Fiber",
334
334
t: ["Object-oriented","Imperative","Functional"],
335
335
},
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
+
},
336
345
{
337
346
i: "elixir",
338
347
n: "Elixir",
@@ -1412,13 +1421,14 @@ var langs = [
1412
1421
i: "zig",
1413
1422
n: "Zig",
1414
1423
h: "https://ziglang.org/",
1424
+
w: "Zig_(programming_language)",
1415
1425
g: "zig",
1416
1426
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.",
1418
1428
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.",
0 commit comments