pages/ytheleus.org/serve/index.html
Alexander a3e82f34b5 what
2025-06-10 13:15:24 -04:00

40 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Ytheleus | Well-Understood Programming
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/index.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<script>
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;
document.documentElement.className = class_;
</script>
<meta name="generator" content="soupault">
</head>
<body>
<main class="container">
<section id="Ytheleus-Well-Understood-Programming">
<h1>
Ytheleus | Well-Understood Programming
</h1>
<p>
Youre at ytheleus.org, home page of the <a href="yth-name">Ytheleus</a> programming language!
</p>
<p>
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:
</p>
<ul>
<li>
Its Andreas Rossbergs 1ML, but computationally pure.
</li>
<li>
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.
</li>
</ul>
</section>
</main>
</body>
</html>