/README
http://github.com/nddrylliog/ooc · #! · 24 lines · 18 code · 6 blank · 0 comment · 0 complexity · 662e956085a3c83aaa6421660136470d MD5 · raw file
- =============================================
- 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/