/README

http://github.com/nddrylliog/ooc · #! · 24 lines · 18 code · 6 blank · 0 comment · 0 complexity · 662e956085a3c83aaa6421660136470d MD5 · raw file

  1. =============================================
  2. Home | http://ooc-lang.org/
  3. Twitter | http://twitter.com/ooc_lang
  4. GitHub | http://github.com/nddrylliog/ooc
  5. IRC | #ooc-lang @ irc.freenode.net
  6. =============================================
  7. This is the new, 0.3 ooc compiler. It now has most features from 0.2, is faster, lighter and
  8. more robust. Also the syntax has been revised, see http://ooc-lang.org/syntax
  9. ooc is a modern, object-oriented, functional-ish, high-level, low-level, sexy programming
  10. language. it's translated to pure C with a source-to-source compiler. it strives to be
  11. powerful, modular, extensible, portable, yet simple and fast.
  12. ooc is distributed under the terms of the BSD license. See the LICENSE file for more
  13. information.
  14. Here is the obligatory hello world in ooc:
  15. ---------------------------------------------
  16. "Hi, world =)" println()
  17. ---------------------------------------------
  18. For more ooc goodness, read http://ooc-lang.org/