ooc is a small programming language with a clear and concise syntax that compiles to C99.
parse: func {
PropReader new(path, props)
// parse deps
requires := props get("Requires")
if (requires) {
deps addAll(requires split(',', false) map (|dep| dep trim(" \t")))
}
}
The first step to be able to program in ooc is to install rock, its compiler. It's written in ooc, too! Read more about
Embark on a ten-minute journey into the land of ooc programming. You'll write a small program and learn about the basics along the way.
Read all about ooc, from the language itself, to its implementation, tools to make your life easier, a collection of useful libraries, and more!
ooc is, and always will be, provided free of charge. Development is voluntary and happens entirely in free time. If you use ooc and like it, please consider showing your token of support by smiling at your screen.