diff options
author | Linus Lee <linus@thesephist.com> | 2021-03-28 11:11:03 -0400 |
---|---|---|
committer | Linus Lee <linus@thesephist.com> | 2021-03-28 11:11:03 -0400 |
commit | 3c9738d297c1fc350775be72f86b5eb863cde1b0 (patch) | |
tree | a07be4625258ec041c83bc18743df4cef8b47143 | |
parent | 7043fe47a91e08cfd04225259c8aaecbc45b33d6 (diff) | |
download | tabloid-fake-closure-3c9738d297c1fc350775be72f86b5eb863cde1b0.tar.gz tabloid-fake-closure-3c9738d297c1fc350775be72f86b5eb863cde1b0.zip |
docs: Update README with pointers to helper functions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # The Tabloid Programming Language 💣 -**Tabloid** is a minimal but Turing complete programming language inspired, nay, **supercharged** by clickbait headlines that rule the Internet today. You can try Tabloid [on the Tabloid website](https://tabloid.vercel.app) or [on the Riju repl](https://riju.codes/tabloid). Thanks to [@otherjoel](https://github.com/otherjoel), there's also a [Racket implementation](https://github.com/otherjoel/tabloid) of Tabloid that's very nearly compatible. +**Tabloid** is a minimal but Turing complete programming language inspired, nay, **supercharged** by clickbait headlines that rule the Internet today. You can try Tabloid [on the Tabloid website](https://tabloid.vercel.app). Thanks to [@otherjoel](https://github.com/otherjoel), there's also a [Racket implementation](https://github.com/otherjoel/tabloid) of Tabloid that's very nearly compatible. A small library of math and other helper functions is also available from [@MarcelloTheArcane](https://github.com/MarcelloTheArcane)'s [tabloid-samples](https://github.com/MarcelloTheArcane/tabloid-samples) project.  |