Own-Programming-Language-Tu.../docs/docs/en
2024-02-10 23:30:37 +02:00
..
basics Improve docs generators 2024-01-12 20:52:30 +01:00
changelog.md Support for long number declaration 2024-02-10 23:30:37 +02:00
links.md Add VuePress documentation subproject 2024-01-12 20:52:30 +01:00
README.md Add VuePress documentation subproject 2024-01-12 20:52:30 +01:00

Overview

OwnLang — dynamic functional programming language inspired by Scala and Python. Available for PC and Android devices.

Key features

Higher-order functions

Functions are values, so we can store them to variables for operating.

@code

Pattern Matching

Pattern matching with value pattern, tuple pattern, list pattern and optional condition.

@code

Functional data operations

Operate data in functional style.

@code

Operator overloading

Why not?

@code

Network module

Easy async HTTP requests with http module.

@code