1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| | % Welcome to olang documentation
The zero programming language.
## olang manifest
We, as developers, value the modern programming languages that allow us to
produce reliable code in a short time span. However, we, as programmers, also
lament that these same languages have diminished the joy of programming by
imposing unnecessary constraints and complexities on our creative expression.
That is why we are creating a new programming language that may not be suitable
for most commercial applications, but that can be enjoyed in the places where
it is meant to be used: on system applications.
olang is a deterministic system language that follows two principles:
- **olang fights complexity** by providing a simple syntax with a low level of abstraction;
- **olang doesn't babysit programmers** and therefore the compiler only checks semantics.
olang maintainers
### Subscribe olang's development mailing list.
If you want to subscribe to the mailing list, you can achieve it by sending an
email to
[~johnnyrichard/olang-devel+subscribe@lists.sr.ht](mailto:~johnnyrichard/olang-devel+subscribe@lists.sr.ht?subject=Subscribe&body=Subscribe)
|