docs: Add reference to #lang tabloid and tabloid-samples on website

This commit is contained in:
Linus Lee 2021-03-28 11:11:03 -04:00
parent 3c9738d297
commit 21a0f4df60

View File

@ -224,12 +224,21 @@ class App extends Component {
<p>Stay tuned to find out!</p> <p>Stay tuned to find out!</p>
<h2>Does it actually work?</h2> <h2>Does it actually work?</h2>
<p> <p>
Yes. Tabloid is a <strong>fully functioning, turing complete Yes. Tabloid is a <strong>fully functioning, Turing complete
programming language with an interpreter</strong> written in programming language with an interpreter</strong> written in
JavaScript. Tabloid currently only supports numbers, strings, JavaScript. Tabloid currently only supports numbers, strings,
and booleans, but with these elements, you can write any and booleans, but with these elements, you can write any
program you'd want to write. You can edit and run the program above, or program you'd want to write. You can edit and run the program
<a href="https://github.com/thesephist/tabloid">see how it works for yourself</a>. above, or <a href="https://github.com/thesephist/tabloid">see
how it works for yourself</a>.
</p>
<p>
Besides this online interpreter, Tabloid now also has a mostly
compatible <a href="https://github.com/otherjoel/tabloid"
target="_blank">implementation in Racket</a> and a small <a
href="https://github.com/MarcelloTheArcane/tabloid-samples"
target="_blank">library of helper functions</a> ... for some
reason.
</p> </p>
<p> <p>
Before making Tabloid, I also created a more <strike>useful and Before making Tabloid, I also created a more <strike>useful and