资 源 简 介
Objeck Programming Language
_Please note that the main project page has [moved](http://www.objeck.org)._
Objeck is an object-oriented computing language with functional features. The language has ties with Scheme, Pascal and C#. In this language all data types, except for higher-order functions, are treated as objects. The language contains all of the basic features of a general-purpose (Turing complete) programming language with an emphasis placed on OOP simplicity. The programming environment consists of a compiler, virtual machine (with associated garbage collector and JIT compiler), command line debugger and binary inspection tool.
class Hello { function : Main(args : String[]) ~ Nil { "Hello World"->PrintLine(); "Καλημέρα κόσμε"->PrintLine(); "こんにちは 世界"->PrintLine(); }}
Supported Platforms
Win