more style and style sample page wip

This commit is contained in:
Alexander 2025-06-11 10:40:57 -04:00
parent 02c80ce9dd
commit 97032c1593
4 changed files with 88 additions and 15 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 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 *does not hi* 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.