From ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 20 Jan 2024 16:03:45 -0700 Subject: [PATCH] add tabloid fake closure --- .gitmodules | 3 +++ index.html | 11 +++++++++++ tabloid-fake-closure | 1 + 3 files changed, 15 insertions(+) create mode 100644 .gitmodules create mode 160000 tabloid-fake-closure diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f965fae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tabloid-fake-closure"] + path = tabloid-fake-closure + url = https://git.simponic.xyz/simponic/tabloid-fake-closure diff --git a/index.html b/index.html index dbe734e..2707d42 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,17 @@ + +
+ +
+ +
+

Tabloid Closures

+

An implementation of Closures in the esoteric "Tabloid" language, with select Data Structure and Algorithm implementations from scratch by the foundation provided by Lambda Calculus.

+
+
+
diff --git a/tabloid-fake-closure b/tabloid-fake-closure new file mode 160000 index 0000000..4ec04fa --- /dev/null +++ b/tabloid-fake-closure @@ -0,0 +1 @@ +Subproject commit 4ec04fa980f1c5894efa3035acc8a579efe47c7a