O Language/Getting Started/Project Files
From OnixOS
Project Files
O Language projects use a small number of file types:
| Extension | Use |
|---|---|
.ola |
Application source or an entry-point file. |
.olm |
Loadable O Language module. |
.olp |
Package metadata and dependency definitions. |
.ops |
Process configuration. |
.obc |
Compiled bytecode output. |
Web projects also use conventional directories such as controllers/, models/, connections/, config/, and lib/. See O Language Web Framework for their roles.
