saving
This commit is contained in:
parent
dbadcf267e
commit
49521ae595
24 changed files with 93 additions and 1093 deletions
24
ytheleus.org/singular.html
Normal file
24
ytheleus.org/singular.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>ytheleus.org</h1>
|
||||
|
||||
|
||||
<p>You're at ytheleus.org, home page of the <a href=yth-name.html>Ytheleus</a> programming language!</p>
|
||||
<p>This is not implemented yet; Ytheleus does not exist. That said, here are my vague ideas of what it should be:</p>
|
||||
<ul>
|
||||
<li>It's Andreas Rossberg's 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>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue