面向對象編程語言 Objeck 2.1.1 發布
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
項目地址:http://code.google.com/p/objeck-lang/
本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!