diff --git a/static/js/main.js b/static/js/main.js index 5b8e833..e14b8a6 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -224,12 +224,21 @@ class App extends Component {

Stay tuned to find out!

Does it actually work?

- Yes. Tabloid is a fully functioning, turing complete + Yes. Tabloid is a fully functioning, Turing complete programming language with an interpreter written in JavaScript. Tabloid currently only supports numbers, strings, 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 - see how it works for yourself. + program you'd want to write. You can edit and run the program + above, or see + how it works for yourself. +

+

+ Besides this online interpreter, Tabloid now also has a mostly + compatible implementation in Racket and a small library of helper functions ... for some + reason.

Before making Tabloid, I also created a more useful and