Live data from Hacker News

Tabloid: The Clickbait Headline Programming Language

tabloid.vercel.app

1–10 of 40 posts

Re: Tabloid: The Clickbait Headline Programming Language

#6

Hey HN! Author here, feel free to AMA. I've made less joke-y languages too before, most prominently Ink [0] which I use to write some of my own apps for personal notes/contacts/etc. [0] https://dotink.co/

Hilarious!

Nicely done.

Re: Tabloid: The Clickbait Headline Programming Language

#7

Hey HN! Author here, feel free to AMA. I've made less joke-y languages too before, most prominently Ink [0] which I use to write some of my own apps for personal notes/contacts/etc. [0] https://dotink.co/

This seems like a pretty large effort to commit to a joke. I applaud the effort, but I'm curious. What's your motivation?

Re: Tabloid: The Clickbait Headline Programming Language

#8

Hey HN! Author here, feel free to AMA. I've made less joke-y languages too before, most prominently Ink [0] which I use to write some of my own apps for personal notes/contacts/etc. [0] https://dotink.co/

This seems like a pretty large effort to commit to a joke. I applaud the effort, but I'm curious. What's your motivation?

I've implemented a few small toy languages before and Tabloid was intentionally sort of sketched out to be similar (expression-based grammars, whitespace-insensitive, recursive, etc.) so it was just mostly a matter of reimplementing those things with slight variations (the biggest being that entire phrases could be keywords). Doing so in JS made prototyping pretty fast.

I guess besides the fun of just the comedy of the idea I wanted to get back into JS (I haven't written JS in a while) and wanted a project I could fit into one night, so I sort of swizzled the language design so it wasn't super complex and doable in a few hours.

Post reply on HN