some font changes

This commit is contained in:
Alexander 2025-06-09 11:47:34 -04:00
parent 66af302e2d
commit 2e5936de94
81 changed files with 366 additions and 114 deletions

View file

@ -0,0 +1,8 @@
# Ytheleus | Well-Understood Programming
You're at ytheleus.org, home page of the [Ytheleus](yth-name) programming language!
This is not implemented yet; Ytheleus does not exist. With that out of the way, here are my vague ideas of what it should be:
+ It's Andreas Rossberg's 1ML, but computationally pure.
+ The implementation uses dynamic superinstructions for interpretation and compiles either via "Compiling without continuations", if I decide not to put first-class multiple-resumption continuations in the lanugage, or with CPS, otherwise.