This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ooc /
| name | age | message | |
|---|---|---|---|
| |
.classpath | Wed Oct 14 17:18:16 -0700 2009 | |
| |
.gitignore | Wed Nov 11 14:21:16 -0800 2009 | |
| |
.project | Sat Aug 29 07:40:50 -0700 2009 | |
| |
.settings/ | Mon Sep 21 10:54:36 -0700 2009 | |
| |
LICENSE | Tue Oct 20 02:17:22 -0700 2009 | |
| |
Makefile | Sat Oct 24 05:22:47 -0700 2009 | |
| |
README | Mon Oct 26 20:47:24 -0700 2009 | |
| |
build.xml | Sat Aug 29 07:16:27 -0700 2009 | |
| |
libs/ | Fri Nov 13 20:54:02 -0800 2009 | |
| |
packages/ | Mon Nov 02 01:29:41 -0800 2009 | |
| |
sdk/ | Tue Nov 24 18:45:16 -0800 2009 | |
| |
src/ | Tue Nov 24 18:45:16 -0800 2009 | |
| |
tests/ | Mon Nov 23 03:45:04 -0800 2009 | |
| |
utils/ | Wed Nov 11 14:21:16 -0800 2009 |
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/







