Related changes
From OnixOS
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
25 August 2026
|
|
07:32 | (Protection log) [Tedaryum (4×)] | |||
|
|
07:32 Tedaryum talk contribs protected O Language/API/System [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
|
07:31 Tedaryum talk contribs protected O Language/Advanced/Runtime [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
|
07:31 Tedaryum talk contribs protected O Language/Advanced/Modules [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
|
07:30 Tedaryum talk contribs protected O Language/Getting Started [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
| N 07:22 | O Language/API/System diffhist +1,459 Tedaryum talk contribs (Created page with "= System APIs = System APIs connect O Language programs to the operating system and external services. == Files and environment == Use <code>read</code>, <code>write</code>, <code>remove</code>, <code>mkdir</code>, <code>rmdir</code>, <code>finfo</code>, <code>chmod</code>, <code>exist</code>, <code>wdir</code>, and <code>chdir</code> for files and directories. Use <code>sysenv</code> to read environment values. == Processes == Use <code>open</code>, <code>run</code...") | ||||
| N 07:19 | O Language/Advanced/Runtime diffhist +903 Tedaryum talk contribs (Created page with "= Modules and Loading = Modules use the <code>.olm</code> extension. A module can define functions and values that become available to the program that loads it. <pre> load "helpers.olm" </pre> The path is resolved from the current project directory. Keep shared definitions in modules instead of repeating them in every entry point. == Web project loading == Web projects use one central loader: <pre> load "lib/loader.olm" </pre> <code>boot.ola</code> loads <code>li...") | ||||
| N 07:18 | O Language/Advanced/Modules diffhist +903 Tedaryum talk contribs (Created page with "= Modules and Loading = Modules use the <code>.olm</code> extension. A module can define functions and values that become available to the program that loads it. <pre> load "helpers.olm" </pre> The path is resolved from the current project directory. Keep shared definitions in modules instead of repeating them in every entry point. == Web project loading == Web projects use one central loader: <pre> load "lib/loader.olm" </pre> <code>boot.ola</code> loads <code>li...") | ||||
| N 07:12 | O Language/Getting Started diffhist +1,475 Tedaryum talk contribs (Created page with "= Getting Started = This section is for a new O Language user. It explains the language's purpose, the first program, and the small set of ideas needed before reading the advanced or reference pages. == What is O Language? == O Language is a system-oriented functional language. Values and functions are central, while system operations such as processes, files, networking, and databases are available from the same runtime. The official source repository is [https://gi...") | ||||
