From a328d360a870fe6b8dcba55ee677768f50c59cb0 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Thu, 25 Jan 2024 20:47:14 -0800 Subject: [PATCH] Add ivy, Jelly, and Uiua --- concepts/ivy.pldb | 13 +++++++++++++ concepts/jelly.pldb | 15 +++++++++++++++ concepts/uiua.pldb | 20 ++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 concepts/ivy.pldb create mode 100644 concepts/jelly.pldb create mode 100644 concepts/uiua.pldb diff --git a/concepts/ivy.pldb b/concepts/ivy.pldb new file mode 100644 index 000000000000..576c9fd5cd45 --- /dev/null +++ b/concepts/ivy.pldb @@ -0,0 +1,13 @@ +title: ivy +appeared 2014 +type pl +description An APL-like calculator +creators Rob Pike + +githubRepo https://github.com/robpike/ivy + stars 1288 + forks 109 + subscribers 59 + created 2014 + updated 2024 + description ivy, an APL-like calculator diff --git a/concepts/jelly.pldb b/concepts/jelly.pldb new file mode 100644 index 000000000000..ecf8c57ede97 --- /dev/null +++ b/concepts/jelly.pldb @@ -0,0 +1,15 @@ +title: Jelly +appeared 2015 +type pl +description A recreational programming language inspired by J +creators Dennis Mitchell + +githubRepo https://github.com/DennisMitchell/jellylanguage + stars 832 + forks 49 + subscribers 38 + created 2015 + updated 2019 + description Jelly is a recreational programming language inspired by J + +related j diff --git a/concepts/uiua.pldb b/concepts/uiua.pldb new file mode 100644 index 000000000000..5798092db75b --- /dev/null +++ b/concepts/uiua.pldb @@ -0,0 +1,20 @@ +title: Uiua +appeared 2015 +type pl +description A stack-based array programming language +creators Kai Schmidt +website https://www.uiua.org/ +webRepl https://www.uiua.org/pad +reference https://news.ycombinator.com/item?id=37673127 +documentation https://www.uiua.org/docs/ +fileExtensions ua + +githubRepo https://github.com/uiua-lang/uiua + stars 1210 + forks 82 + subscribers 20 + created 2023 + updated 2014 + description A stack-based array programming language + +related j