zimbu
发表于 : 2009-11-11 9:41
vim的作者如是说:
orz* 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 startup and not depend on a big runtime, so Java is out.
* It has to run on most systems, anything with a C compiler, so D is out.
* You want to have fun making something new.
No existing language really meets these demands, so let's create a new one that does.