diff options
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> |