Is there a human readable programming language?

Enrico Murru picture Enrico Murru · Oct 14, 2008 · Viewed 15.3k times · Source

I mean, is there a coded language with human style coding? For example:

Create an object called MyVar and initialize it to 10;
Take MyVar and call MyMethod() with parameters. . .

I know it's not so useful, but it can be interesting to create such a grammar.

Answer

Paul Dixon picture Paul Dixon · Oct 14, 2008

How about LOLCODE?

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE

Simplicity itself!