summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-20 16:03:45 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-20 16:03:45 -0700
commitee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e (patch)
treebd17a614677914be24bc4e17e2ae1de9383274c0 /index.html
parent65f4fd55bce17092b7d302cb1e7e186cfaa7b853 (diff)
downloadsimponic.xyz-ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e.tar.gz
simponic.xyz-ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e.zip
add tabloid fake closure
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index dbe734e..2707d42 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,17 @@
</div>
</a>
+ <a class="project" href="/tabloid-fake-closure/static/">
+ <div class="project-logo-container">
+ <i class="fa-solid fa-newspaper"></i>
+ </div>
+
+ <div class="project-body">
+ <h1>Tabloid Closures</h1>
+ <p>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.</p>
+ </div>
+ </a>
+
<a class="project" href="/godel/">
<div class="project-logo-container">
<i class="fa-solid fa-microchip"></i>