设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

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

2015-1-21 16:39| 发布者: joejoe0332| 查看: 868| 评论: 0|原作者: oschina|来自: oschina

摘要:   Objeck 3.3.5_2 发布,此版本添加了 Ubuntu 和 Debian 类型 Linux 发行版本的安装程序,还有一些改进和 bug 修复,值得关注的改进如下:Finally, added installers for Ubuntu and Debian based Linux distribut ...

  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)

  • Overhauled the build system and release management process (misc)

此版本现已提供下载了:objeck-lang_3.3.5-2.zip,更多内容请看这里

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

示例代码:

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


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部