Remix.run Logo
traes an hour ago

What? Brainfuck is the single least obscure esoteric programming language. It's the most famous example of a simple Turing complete language and its provocative name gets it a fair amount of media coverage outside its niche.

akritid 22 minutes ago | parent | next [-]

And it’s also a reinvention of Corrado Bohm’s P’’ which is even more seminal

chris_wot an hour ago | parent | prev [-]

Could you use it in production?

traes an hour ago | parent [-]

From Cambridge dictionary:

obscure (adjective)

not known to many people:

- an obscure island in the Pacific

- an obscure 12th-century mystic

Why does its use in production matter? Perhaps the syntax itself is obscure, but we're not discussing syntax but general awareness. Anyway, the most common "real" use of brainfuck is to prove Turing completeness of other things by finding a way to compile them into brainfuck.

chris_wot an hour ago | parent [-]

If you quote the dictionary to win an argument, quote it in full. There are two definitions of obscure in the Cambridge dictionary. The other is:

obscure (adjective)

not clear and difficult to understand or see:

- Official policy has changed, for reasons that remain obscure.

- His answers were obscure and confusing.

- "the syntax itself is obscure"

halperter 38 minutes ago | parent [-]

Pretty sure caveat intended for the former definition.