红联Linux门户
Linux帮助

Objeck 3.3.5_3发布,面向对象程序设计语言

发布时间:2015-01-26 09:27:45来源:红联作者:empast
Objeck 3.3.5_2 发布,此版本添加了 Ubuntu 和 Debian 类型 Linux 发行版本的安装程序,还有一些改进和 bug 修复,值得关注的改进如下:

Finally, added installers for Ubuntu and Debian based Linux distributions overhauling the build system (new)

Optimized stack operations for floating point operations (new)

Added missing compiler check for array assignment to array element (bug/medium)

Fixed ODBC "select" bug and added missing ODBC API documentation (bug/high)

Overhauled the build system and release management process (misc)

Objeck 是一个计算机面向对象程序设计语言,Objeck 把所有的数据类型都当成是对象,包含一个编译器和虚拟机,具有内存管理和JIT编译器。

示例代码:

bundle Default {
class SayHello{
function : Main(args : String[]), Nil {
"Hello World!"->PrintLine();
}
}
}

软件详情:http://sourceforge.net/projects/objeck-lang/files/binaries/

下载地址:http://sourceforge.net/projects/objeck-lang/files/binaries/objeck-lang_3.3.5-3.zip/download

来自:开源中国社区
文章评论

共有 0 条评论