gtksourceview highlighting for ooc – gedit & anjuta
it’s with great pleasure that I announce you the addition of an ooc language file to the gtksourceview trunk!
more infos on the bug tracker thread. a zillion thanks to the gtksourceview guys for being so nice and open =)
among others, it implies that we have syntax highlighting out-of-the-box in gedit:
and anjuta, which I know use to hack on rock:
until the next gtksourceview major release, you may want to install the syntax file by hand. enjoy!
speaking of rock, the mad hacking month has begun, and there’s been significant progress on the generics front, we expect collections (ArrayList, LinkedList, Stack, HashMap, etc.) to be working quite soon. stay tuned! exciting times.
here’s a performance comparison of j/ooc vs rock, on some generics-heavy code, that shows rock to be approx. 24x as fast as j/ooc at generating code, and 4.5x as fast when running gcc too. That is a noticeable difference in everyday work.
(the bench should be somewhat fair, as rock gets nearer to feature completion.)
a word of thanks to itrekkie, fredreichbier, tsion (aka scott_) for their rock patches – your work is appreciated.
on a lighter note, here’s a simple sudoku solver in ooc. the code is very simple & nice, and uses a Matrix class with operator overloading, making it very handy. a good read for a soft introduction to ooc:

