summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Lee <linus@thesephist.com>2021-03-28 11:11:03 -0400
committerLinus Lee <linus@thesephist.com>2021-03-28 11:11:03 -0400
commit3c9738d297c1fc350775be72f86b5eb863cde1b0 (patch)
treea07be4625258ec041c83bc18743df4cef8b47143
parent7043fe47a91e08cfd04225259c8aaecbc45b33d6 (diff)
downloadtabloid-fake-closure-3c9738d297c1fc350775be72f86b5eb863cde1b0.tar.gz
tabloid-fake-closure-3c9738d297c1fc350775be72f86b5eb863cde1b0.zip
docs: Update README with pointers to helper functions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50c4495..7d8cecb 100644
--- a/README.md
+++ b/README.md
@@ -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.
![Tabloid website screenshot](static/img/screenshot.jpg)