Skip to content

Modified j/ooc compiler to include my own personal hacks

License

Notifications You must be signed in to change notification settings

nilium/ooc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=============================================
Home    | http:https://ooc-lang.org/
Twitter | http:https://twitter.com/ooc_lang 
GitHub  | http:https://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:https://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:https://ooc-lang.org/

About

Modified j/ooc compiler to include my own personal hacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.6%
  • ooc 21.3%
  • Shell 0.1%