面向对象编程语言 Objeck 2.1.1 发布
openkk 13年前
<p>Objeck 是一个计算机面向对象程序设计语言,Objeck 把所有的数据类型都当成是对象,包含一个编译器和虚拟机,具有内存管理和JIT编译器。</p> <p>示例代码:</p> <pre class="brush:java; toolbar: true; auto-links: false;">bundle Default { class SayHello{ function : Main(args : String[]), Nil { "Hello World!"->PrintLine(); } } }</pre> <p></p> <p><img title="面向对象编程语言 Objeck 2.1.1 发布" border="0" alt="面向对象编程语言 Objeck 2.1.1 发布" src="https://simg.open-open.com/show/0c7f554c49a7a99a0dfe095e0a626c77.jpg" width="510" height="273" /></p> <p><strong>Changes:</strong></p> <p>1. The C++ API was refactored. <br /> 2. Current and upcoming releases will leverage the native API to provide database (ODBC) and GUI (GTK+) support. <br /> 3. GTK+ 集成的 Bug 修复:<span class="truncate_more">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<br /> <br /> 项目地址:<a href="/misc/goto?guid=4958186281460039279" target="_blank">http://code.google.com/p/objeck-lang/</a></span></p> <p></p>