Programming without ASCII
Mind is a Japanese programming language in the sense that you write code for it in Japanese. For example, it looks like the Mind "Hello world" program would be:
メインとは
「こんにちは、世界!」を 表示し
改行すること。
Wikipedia's entry for Mind notes that it is based on Forth, a stack-oriented programming language (summary: "1 2 + 3 *" instead of "(1 + 2) * 3"). Which makes sense, because as I suppose virtually all of my readers know, you can think of the Japanese language in a similar way: as a sentence progresses, the "stack" fills up with topics, adverbs, etc., until the verb at the end ties them all together and finishes the statement. (Obviously, real Japanese as she is spoke isn't always this neat and tidy, brains don't comprehend language like computers parse it, etc., but you get the idea.)
Nadeshiko is another Japanese programming language, a less interesting scripting one with (Windows) GUI functionality, in Japanese. It's based on an older one called Himawari, and you can find lots of related links where you might expect.
This is probably as good a place as any to note that around these parts "C++" is affectionately abbreviated to Shii pura [pura].
Leonardo Boiko:
Thanks for an interesting post. I first heard of Mind on kuro5hin a long time ago.