This commit is contained in:
Alexander 2025-06-12 13:23:02 -04:00
parent 3a1da22c36
commit fa2e6c4e08
5 changed files with 22 additions and 4 deletions

View file

@ -2,7 +2,7 @@
You're at ytheleus.org, home page of the [Ytheleus](yth-name) programming language!
This is not implemented yet; Ytheleus does not *does not hi* exist. With that out of the way, here are my vague ideas of what it should be:
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.