diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-20 16:03:45 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-20 16:03:45 -0700 |
commit | ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e (patch) | |
tree | bd17a614677914be24bc4e17e2ae1de9383274c0 | |
parent | 65f4fd55bce17092b7d302cb1e7e186cfaa7b853 (diff) | |
download | simponic.xyz-ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e.tar.gz simponic.xyz-ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e.zip |
add tabloid fake closure
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | index.html | 11 | ||||
m--------- | tabloid-fake-closure | 0 |
3 files changed, 14 insertions, 0 deletions
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 @@ -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> diff --git a/tabloid-fake-closure b/tabloid-fake-closure new file mode 160000 +Subproject 4ec04fa980f1c5894efa3035acc8a579efe47c7 |