Skip to content

Commit

Permalink
added gleam and onyx to webpage (overviews); fixed onyx images in res…
Browse files Browse the repository at this point in the history
…ources
  • Loading branch information
CSaltx committed Apr 22, 2024
1 parent f5321d0 commit 04ba688
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
Binary file modified docs/resources/onyx-logo-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/onyx-logo-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 29 additions & 1 deletion docs/resources/scripts/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,20 @@ var langs = [
u: "High-performance applications on massively parallel hardware",
t: ["Static", "Array", "Data Parallel", "Pure Functional"],
},
{
i: "gleam",
n: "Gleam",
h: "https://gleam.run/",
w: "Gleam_(programming_language)",
g: "gleam",
rc: "Gleam",
d: "Gleam is a statically typed functional programming language.",
f: 2016,
v: ["1.0.0 (2024)"],
r: "Concurrent application development in a type-safe language within the Erlang VM",
u: "Scaleable Type-Safe Systems",
t: ["Concurrent", "Functional", "Scaleable"],
},
{
i: "gml",
n: "GML",
Expand Down Expand Up @@ -773,6 +787,20 @@ var langs = [
u: "High performance, modern systems and data-oriented programming",
t: ["Static", "Array"],
},
{
i: "onyx",
n: "Onyx",
h: "https://onyxlang.io/",
w: "",
g: "onyx",
rc: "Onyx",
d: "Onyx is a dynamic programming language that offers a flexible syntax designed for high performance, compiles to WebAssembly.",
f: 2023,
v: [],
r: "Extemely fast compilation time",
u: "High performance applications that require WebAssembly",
t: ["WebAssembly", "Type-Safety", "Imperative"],
},
{
i: "parasail",
n: "ParaSail",
Expand All @@ -781,8 +809,8 @@ var langs = [
d: "ParaSail, or Parallel Specification and Implementation Language, is a parallel object-oriented language.",
f: 2009,
v: ["6.5 (2015)", "7.0 (2016)", "8.0 (2019)", "8.4 (2019)"],
u: "Implementing parallel applications.",
r: "Region-based garbage collection and parallelism.",
u: "Implementing parallel applications.",
t: ["Concurrent", "Imperative", "Object-Oriented", "Parallelism"],
},
{
Expand Down

0 comments on commit 04ba688

Please sign in to comment.