声明:JavaEye新闻文章的版权属于JavaEye网站所有,严禁任何网站转载本文,否则必将追究法律责任!
haxe 是一种物件导向语言.也就是说haxe可以生成其他语言.目前2.0的haxe可以生成:
- Javascript : You can compile a haXe program to a single
.jsfile. You can access the typed browser DOM APIs with autocompletion support, and all the dependencies are resolved at compilation time. - Flash : You can compile a haXe program to a
.swffile. haXe can compile for Flash Players 6 to 9, with either "old" Flash<8 API or newest AS3/Flash9 API. haXe offers very good performance and language features to develop Flash content. - NekoVM : You can compile a haXe program to NekoVM bytecode. This can be used for server-side programming such as dynamic webpages (using
mod_nekofor Apache) and also for commandline or desktop applications, since the NekoVM can be embedded and extended with some other DLL. - PHP : You can compile a haXe program to
.phpfiles. This enable you to use a high level strictly-typed language such as haXe while keeping full compatibility with your existing server platform and libraries.
并且2.0中增加了一些新的特性.
可以感觉到haXe有一统WEB开发前后台语言的雄心.这也正是作者的设计初衷:用一种语言完成WEB开发.
NekoVM,和haXe的作者都是Nicolas Cannasse .一个人完成的这样的工作.
向Nicolas致敬.


评论 共 16 条 发表评论
meatloaf 2008-08-08 18:14
i18n 2008-08-07 17:28
这句话没明白?谁解释一下
java.lang.Object 2008-08-07 15:25
ftw118 2008-08-07 14:53
yy77 2008-08-07 14:36
achun 2008-08-07 13:25
不过向haXe这样一开始设计的目的就是为了生成其他语言的语言,
我是第一次见,所以没有用面向对象的说法,用了物件导向这个说法.
原因很简单,面向对象不足以表达haXe的特征.
有点标题党的嫌疑.
rmn190 2008-08-07 11:39
向Nicolas致敬
关注这种有雄心语言的发展.
fight_bird 2008-08-07 09:14
楼主能否说点中国人能看懂的语言?
sp42 2008-08-07 09:11
freej 2008-08-07 09:09
bqw_5189 2008-08-07 08:20
fuwang 2008-08-07 00:50
Sam1860 2008-08-06 16:13
AllenZhang 2008-08-06 13:45
hellas 2008-08-06 12:35
withyou 2008-08-06 12:27