O Language/Getting Started/Project Files

From OnixOS
Revision as of 07:16, 25 August 2026 by Tedaryum (talk | contribs) (Created page with "= Project Files = O Language projects use a small number of file types: {| class="wikitable" ! Extension !! Use |- | <code>.ola</code> || Application source or an entry-point file. |- | <code>.olm</code> || Loadable O Language module. |- | <code>.olp</code> || Package metadata and dependency definitions. |- | <code>.ops</code> || Process configuration. |- | <code>.obc</code> || Compiled bytecode output. |} Web projects also use conventional directories such as <code>c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.