Yes, there are programming languages which could drive you nuts.
We all started programming by writing codes in programming languages such as Java, C, C++ etc.
Our peers and seniors used a little bit more difficult languages like Pascal, Fortran, COBOL etc.
Most never make it beyond the developers system and you may never get to hear them.
But here are the five that would push your brains to the limit.
Brainfuck
This language is a difficult as the name suggests.
Cow as in Cow with four legs.
The COW programming language was designed with the bovine in mind.
Any other word or symbol that isnt an instruction is ignored entirely.
So, spaces can be used or not.
Newlines can be used or not.
You get the idea.
INTERCAL
The Compiler Language With No Pronounceable Acronym, abbreviated INTERCAL.
Expressions that look like line noise.
Control constructs that will make you gasp, make you laugh, and possibly make you hurl.
The Whitespace interpreter ignores any non-whitespace characters.
Chef
Chef is a stack-based language where programs look like cooking recipes.
According to the Chef Home Page, the design principles for Chef are:
Hello world looks like this!
source: www.techworm.net