->
Zimbu(网站使用已被墙的google sites建站,请戴套),一种新的编程语言,作者是米勒,也是Vim的作者。
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 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.
Zimbu is an experimental programming language. It is a very practical, no-nonsense kind of language. It mixes the good things of many existing languages and avoids their deficiencies. And then throws in a few brand new ideas.
看完了感觉是太牛鼻的语言,但是没找到更详细的官方文档,仅仅是下载了(从web下载,svn checkout下来没东西)google code上的helloworld程序,编译,运行了下。比较感兴趣,打算继续跟进。目前语言还不完善,网站上有很多TODO。059ebcad
No Comments Now!
Be the first to comment on this entry.