public
Description: an ooc compiler written in java
Homepage: http://ooc-lang.org/
Clone URL: git://github.com/nddrylliog/ooc.git
ooc /
name age message
file .classpath Wed Oct 14 17:18:16 -0700 2009 Fixed bug where Tparam would be generated as a ... [nddrylliog]
file .gitignore Wed Nov 11 14:21:16 -0800 2009 Compiler utility (file .bat) added for Windows [lucassimao]
file .project Sat Aug 29 07:40:50 -0700 2009 Removed eclipse-level dependency on yajit [Amos Wenger]
directory .settings/ Mon Sep 21 10:54:36 -0700 2009 First batch of changes to make ooc compiler und... [Amos Wenger]
file LICENSE Tue Oct 20 02:17:22 -0700 2009 Modified README and added LICENSE file [nddrylliog]
file Makefile Sat Oct 24 05:22:47 -0700 2009 OOC compiles now without javac, only gcj [Patrice Ferlet]
file README Mon Oct 26 20:47:24 -0700 2009 Fixed indentation in the README [nddrylliog]
file build.xml Sat Aug 29 07:16:27 -0700 2009 Copied over needed files from the legacy codeba... [Amos Wenger]
directory libs/ Fri Nov 13 20:54:02 -0800 2009 better Mac OS X build support * 4-way fat, 10.5... [Keith Bauer]
directory packages/ Mon Nov 02 01:29:41 -0800 2009 Append an howto for rpm-packagers ooc-fedora pr... [Patrice FERLET]
directory sdk/ Tue Nov 24 18:45:16 -0800 2009 Added workaround in ArrayList indexOf() and las... [nddrylliog]
directory src/ Tue Nov 24 18:45:16 -0800 2009 Added workaround in ArrayList indexOf() and las... [nddrylliog]
directory tests/ Mon Nov 23 03:45:04 -0800 2009 After a lot of efforts, it appears generics are... [nddrylliog]
directory utils/ Wed Nov 11 14:21:16 -0800 2009 Compiler utility (file .bat) added for Windows [lucassimao]
README
=============================================
Home    | http://ooc-lang.org/
Twitter | http://twitter.com/ooc_lang 
GitHub  | http://github.com/nddrylliog/ooc
IRC     | #ooc-lang @ irc.freenode.net
=============================================

This is the new, 0.3 ooc compiler. It now has most features from 0.2, is faster, lighter and
more robust. Also the syntax has been revised, see http://ooc-lang.org/syntax

ooc is a modern, object-oriented, functional-ish, high-level, low-level, sexy programming
language. it's translated to pure C with a source-to-source compiler. it strives to be
powerful, modular, extensible, portable, yet simple and fast.

ooc is distributed under the terms of the BSD license. See the LICENSE file for more
information.

Here is the obligatory hello world in ooc:

---------------------------------------------
"Hi, world =)" println()
---------------------------------------------

For more ooc goodness, read http://ooc-lang.org/