Which one is the most difficult programming language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Which one is the most difficult programming language

6th Apr 2019, 10:19 AM
Anonymous
Anonymous - avatar
5 Answers
+ 4
Michael Williams He implemented a seach algorithm that looks through all possible programs or something ridiculous like that. I think the esolangs wiki has more infos on that! Malbolge isn't meant to be a serious language though, just programmers having fun!
6th Apr 2019, 12:45 PM
Schindlabua
Schindlabua - avatar
+ 3
Machine language is the most difficult to use. All other languages convert to machine language. Machine is literally binary. Here is a hex dump of binary. c7 3c 2a 3c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 5c 3c 28 5c 2a 2b 2a 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 64 48 65 6c 6c 6f 2c 20 57 6f 72 6c 64 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 This is the "hello world" program, I'm not sure which language it is compiled from.
6th Apr 2019, 10:51 AM
Michael Williams
Michael Williams - avatar
+ 2
If I understand correctly, the guy made an interpreter for an interpreter? I am now going to have to look at that language.
6th Apr 2019, 12:22 PM
Michael Williams
Michael Williams - avatar
+ 1
Malbolge was made to be hard to use, and not many people have written programs in it. It took two years for the first malbolge program to be made, and the person who made it used a computer program to generate the computer program.
6th Apr 2019, 12:06 PM
Schindlabua
Schindlabua - avatar
+ 1
Programmers having fun.... Sounds like a great idea.
6th Apr 2019, 12:48 PM
Michael Williams
Michael Williams - avatar