My Junior ask me about What Programming Language is the hardest you used/worked it? My Answer : Well I choose - BrainF*ck Programming Language ( I change the the letter u to *). This is my opinion only... College days, when my instructor told us to report a Programming Language by means of draw lots. I got the "BrainF*ck" and I said to him "Sir, are you serious, Is this the name of Programming Language?". This is freaking hell researching and reporting but I succesfully discussed it but when I ever said the name of "BrainF*ck" to my classmate, They staring and the same time laughing at me. BrainF*ck Programming Language - A programming Language that makes your brain f*cking because it was a confuse coding due to the massive amount of code that needs to be written to execute a simple program - Is an esoteric programming language (designed to experiment with weird ideas, to be hard to program in, or as a joke, rather than for practical use.). But it is a Turing cOmplete language (Meaning it can theoretically be used to compute any possible problem given enough time and memory, just like regular programming languages) Creator : Urban Müller Date : 1993 His Inspiration: FALSE Programming language There are only 8 commands in BrainF*ck. It consists : <, >, +, -, [, ], and , Example of Code (Image 1) : >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.>>>++++++++[<++++>-] <.>>>++++++++++[<+++++++++>-]<---.<<<<.+++.------.--------.>>+.>++++++++++. Result : Hello World! If you want to run it, Try this compiler link: https://copy.sh/brainfuck/ Note: If you want to translate the code, Try to use ASCII table, which assigns numerical values to standard characters such as letters of the alphabet. or Check this Link https://stackoverflow.com/questions/16836860/how-does-the-brainfuck-hello-world-actually-work Goodluck to you if you want to try and test this Programming language #Programming
2 comments
kind of cool for secret messages :D
-[------->+<]>-.-[->+++++<]>++.+++++++..+++.[--->+<]>-----.++++++[->++<]>+.-[++++>---<]>.-[->+++<]>.---.+++++++++++++.---.[--->+<]>-----.---[->++<]>.++[--->++<]>+. Read this xD