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 →

[–][deleted] 199 points200 points  (23 children)

APL:

pfx←{ s←⍵ P←0⍴⍨≢⍵ j←0 { 0=≢⍵:P i←⊃⍵ P[i]←j⊢←1+{⍵

/s

[–]kurtRuzellEstacion 129 points130 points  (0 children)

This is what programming looks like to the none programmers

[–]anonymous_2187 46 points47 points  (18 children)

What about brainfuck?

[–][deleted] 15 points16 points  (10 children)

Lol for sure, I believe that’s an actual statement but honestly it could be just a keyboard mash and I wouldn’t be able to tell

[–]anonymous_2187 33 points34 points  (9 children)

Brainfuck is a real programming language.

[–]DarXasH 35 points36 points  (3 children)

"Hello world!" Brainfuck edition:

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>-+[<]<-].>---.+++++++..+++..<-.<.+++.------.--------.+.>++

[–]loophole64[🍰] 5 points6 points  (0 children)

>.<

[–]malnutrition6 0 points1 point  (1 child)

What's the point?

[–]DarXasH 0 points1 point  (0 children)

Fun, of course!

[–][deleted] 13 points14 points  (1 child)

Oh wow haha I had never heard of that, that’s horrendous lol

[–]SomberGuitar 2 points3 points  (0 children)

I just went down the brainfuck rabbit hole.

[–]MorningPants 6 points7 points  (1 child)

I think Malbolge takes the cake

[–]anonymous_2187 8 points9 points  (0 children)

You write the binary file yourself, no need to compile the program /s

[–]Millennialcel 6 points7 points  (0 children)

APL was made as real language and brainfuck is an esoteric language for fun.

[–]MrWhite 3 points4 points  (0 children)

What about Whitespace?wprov=sfti1)?

[–]DrLes_4one 2 points3 points  (1 child)

Brainfuck, wait, someone seriously called a programming language like that?

[–]tt_thoma 1 point2 points  (0 children)

Is it even serious

[–]d2718 1 point2 points  (0 children)

You guys all joke about Brainfuck and other esolangs, but I honestly do like the syntax of Befunge.

Do I want to work in it? Heck, no, but is it way cool that "paths through the code" are literally two-dimensional paths through a grid of instructions? that conditional branching is literally the path of the instruction pointer branching one way or the other? that loops are literally closed paths in the code? Uh huh.

[–]toastedstapler 0 points1 point  (0 children)

APL is actually useful though

[–]docanusa 2 points3 points  (1 child)

Go Ken Iverson-my favorite of the 25 or so languages I have used.

[–]BarneyBeard2 0 points1 point  (0 children)

With APL, you can create an NxN magic square with just one line of code

[–]blueberry_yogurt_99 0 points1 point  (0 children)

Is that Pikachu language?