Vimの作者であるBram Moolenaar氏が開発しているプログラミング言語「Zimbu」を触ってみた。 the Zimbu programming language Suppose you want to write a new program, something like a text editor. What language would you write it in? It has to be as fast as possible, so interpreted languages are out. You don't want to micro manage memory, so C is out. You don't want to require programmers to have a degree, so C++ is out. You want fast s
