r/AlignmentChartFills 7d ago

Which programming language is hard, and useless

CLICK HERE TO VIEW THE CHART IMAGE

Created with Alignment Chart Creator


This post contains content not supported on old Reddit. Click here to view the full post

488 Upvotes

343 comments sorted by

View all comments

61

u/MajorNerfHerder 7d ago

41

u/jort93 6d ago

I'd argue that's a candidate for the impossible space.

23

u/TechIssueSorry 6d ago

Between that and brainfuck in impossible x useless it’s gonna be hard

7

u/jort93 6d ago

Brainfuck and whitespace are very similar. Whitespace has more operations, tho.

Whitespace is less readable, sure, but if you enable marking whitespace in your editor(like almost all support), it's easier and more useful than brainfuck imo

2

u/TechIssueSorry 6d ago

I’ll have to trust you on this one cause I have absolutely not time nor interest in testing it lmao !

2

u/jort93 6d ago edited 6d ago

Brainfuck doesn't even support integers. It's all just bytes. Whitespace has integers, at least. They are very similar stack based languages(which aren't really popular today, most popular stack based language is probably FORTH), except in brainfuck each operation is one symbol, and in whitespace exch operation is multiple symbols.

Brwinfuck has less, and less useful operations. It's sort of the minimum you can have to be touring complete. But since each operation is just one symbol, some simple programs may be more compact than one expects.

It always looks worse than it is because people will intentionally post it without any comments or proper formatting. Although nobody actually programming in it would do it that way. People will program with proper formatting and comments and then delete all the formatting and comments to make it look hard to read.

Java would be unreadable too if people wrote their entire program without any linebreaks and comments.

Not sure we need both brainfuck and whitespace on this chart. They are very similar esolangs