summaryrefslogtreecommitdiff
path: root/soplt.html
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-10 15:12:10 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-10 15:12:10 -0500
commit3c1846a179cc7f7630efb2d1a85018f2be680b9c (patch)
treeacd8f3429bf388bdfdc9eb4c2ec1e39cab3297ad /soplt.html
parent49cb9dc6229ef6d66ee6c983b2e3ebb2f46cdc45 (diff)
add date published (for posterity)
Diffstat (limited to 'soplt.html')
-rw-r--r--soplt.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/soplt.html b/soplt.html
index b6bc1c3..c26608c 100644
--- a/soplt.html
+++ b/soplt.html
@@ -12,6 +12,9 @@
<body>
<div class="content">
<h1 id="title">Summer of PLT</h1>
+ <p class="comment">published May 10, 2026</p>
+ <hr>
+
<p>Looking for a summer coding project? Try making a programming language!</p>
<p>I think that every programmer, new or experienced, could benefit from understanding a little bit about how the languages they use daily actually work.</p>
<p>As such, this is my collection of resources that I used to teach myself a little bit of Programming Language Theory last summer, which concluded in my creation of <a href="https://github.com/bluedragon1221/ci">CI lisp</a>.</p>