Category:AlexScript

This programming language may be used to instruct a computer to perform a task.
| Official website |
|---|
| Execution method: | Interpreted |
|---|---|
| Garbage collected: | Yes |
| Parameter passing methods: | By object reference |
| Type strength: | Weak |
| Type expression: | Implicit |
| Type checking: | Dynamic |
| Lang tag(s): | alexscript |
| See Also: |
|
AlexScript is a general-purpose, dynamically typed, interpreted programming language featuring Polish-language syntax, designed to let developers write code entirely in Polish by replacing English keywords with their native equivalents (e.g., jesli for if, niech for let, and klasa for class).
The language's semantics and core mechanics are strongly influenced by Ruby and JavaScript.
Key features of AlexScript include:
- A fully object-oriented architecture with classes, single inheritance, and modules (mixins).
- Support for functional programming paradigms, including first-class functions and closures.
- Built-in asynchronous programming powered by fibers.
- A standard library supporting HTTP, JSON, CSV, sockets, and cryptography.
- Integrated tooling, including an interactive REPL and a built-in debugger.
AlexScript serves both as an educational language for native Polish speakers and as a practical tool for general-purpose scripting.
Source code is hosted on GitHub. An interactive playground (REPL) and documentation can be found on the official website.
Todo
Pages in category "AlexScript"
The following 82 pages are in this category, out of 82 total.