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 /index.html | |
parent | 65f4fd55bce17092b7d302cb1e7e186cfaa7b853 (diff) | |
download | simponic.xyz-ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e.tar.gz simponic.xyz-ee68518c2ff8b740e3b2abcd6ca240b8ca3d3c4e.zip |
add tabloid fake closure
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |