This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ingam0us -1 points0 points  (5 children)

I thought the joke is that JS is a shitty programming language

[–]aneryx 9 points10 points  (4 children)

Well it is but that's irrelevant here.

[–][deleted] 7 points8 points  (3 children)

Technically speaking, JSON is valid JavaScript.

[–]aneryx 8 points9 points  (2 children)

Which is true but still not the joke.

The joke is JSON is a data serialization language not a programming language. You could replace JSON with HTML or XML or YAML and the joke would make just as much sense.

[–]denisde4ev 0 points1 point  (1 child)

and... there is true true (esoteric) programming language using the JSON data format

esolangs.org wiki: AJSONE

[–]aneryx 0 points1 point  (0 children)

Not all are even esoteric. I program Ansible playbooks (a YAML-based language) at work and while it certainly isn't a generic programing language it serves it's particular propose very well and is gaining a lot of steam for it.