The introduction that was here is now way outdated by the release of ooc v0.2
You should now read the Language Reference guide to get started with ooc.
about
blog
docs
community
downloads
for the first time, rock, a 10k SLOC pure ooc codebase, compiles under Win32, and produces executables with gcc. party?
blogpost! gtksourceview highlighting for ooc – gedit & anjuta, rock progress, sudoku solver http://bit.ly/dt0GI1
#ooc_lang for the web! fastcgi bindings by joshthecoder: http://bit.ly/9AcGCa
discount bindings (markdown text to html library) for @ooc_lang by @zenhob http://bit.ly/5dg2K7 coolness!
rock has constructors, half generics, operator overloads on the way. commit frenzy! http://bit.ly/5M8syC
finalizers in j/ooc, meta-classes in rock, yajit, deadlogger, woot, oos, arbitrary precision arithmetic http://bit.ly/5kHIcZ
The ooc blog is online again, thanks @aguspiza for reporting the problem!
@aguspiza Ow. Investigating, thanks for reporting!
yajit works again! check it out: http://github.com/nddrylliog/yajit (special thanks to fredreichbier & showstopper)
rock (ooc compiler in ooc) compiles classes and covers =) don't try it at home yet, though - it's still highly experimental
@alejandrocrosa Hmmm, rtfm? http://docs.ooc-lang.org/ooc-slim/executable-size.html ;)
@arvennard The C++ object model is too complex. And the C syntax has many drawbacks. ooc is, imho, much more readable/light/flexible.
(continued)... that change will allow very nice array and map literals, and other data structs will be usable easily too. Stay tuned.
SubProcess new() now takes an ArrayList<String> instead of String*. (breaking change). ArrayList and HashMap will be BasicTypes soon.
#ooc-lang freeimage bindings: http://bit.ly/2UJ4s7
#ooc_lang libdispatch bindings: http://bit.ly/O2Omd
Fun with version blocks http://paste.pocoo.org/show/151214/ shows the ooc object model flexibility once again!
@minnowcoder Do you have examples of 'more involved pattern matching' ? The match is a regular ooc match comparing classes..
Fun with fake variable-length argument lists: http://paste.pocoo.org/show/151147/ (code in comments = future syntax)
#ooc_lang is featured on the GitHub frontpage today =)