文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> 资讯>Objeck 2.1.1 发布,面向对象编程语言

Objeck 2.1.1 发布,面向对象编程语言

时间:2011-10-01  来源:开源中国社区

  

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

示例代码:

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

Changes:

1. The C++ API was refactored.
2. Current and upcoming releases will leverage the native API to provide database (ODBC) and GUI (GTK+) support.
3. GTK+ 集成的 Bug 修复:including a memory manager bug related to the scanning of methods with higher-order functions, a compiler bug that was assigning the same type ID to certain static and instance memory blocks, and a recently introduced compiler bug that caused the compiler to crash if certain shared library references couldn’t be resolved

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载