https://github.com/lus-lang/lus
A small, fast, and reliable programming language that is sovereign.
https://github.com/lus-lang/lus
language lua lua-script lua-scripting lus programming-language
Last synced: 7 days ago
JSON representation
A small, fast, and reliable programming language that is sovereign.
- Host: GitHub
- URL: https://github.com/lus-lang/lus
- Owner: lus-lang
- License: 0bsd
- Created: 2025-12-03T02:55:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-06-11T07:15:22.000Z (9 days ago)
- Last Synced: 2026-06-11T07:20:58.771Z (9 days ago)
- Topics: language, lua, lua-script, lua-scripting, lus, programming-language
- Language: C
- Homepage: https://lus.dev
- Size: 3.42 MB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Lus](https://lus.dev)
Lus is a small, productive programming language. It should be able to be picked up easily by programmers and put to good use right away.
[Instructions for compiling and using Lus can be found here.](https://lus.dev/manual/compiling/)
## Project tree
This is a monorepository containing the following projects:
- [**`/lus`**](https://github.com/lus-lang/lus/tree/main/lus): Source code for the language runtime
- [**`/lus-site`**](https://github.com/lus-lang/lus/tree/main/lus-site): Source code for lus.dev
- [**`/lus-tests`**](https://github.com/lus-lang/lus/tree/main/lus-tests): Tests for integrity
- [**`/lus-textmate`**](https://github.com/lus-lang/lus/tree/main/lus-textmate): TextMate grammar
- [**`/lus-examples`**](https://github.com/lus-lang/lus/tree/main/lus-examples): Examples of Lus syntax
- [**`/lus-language`**](https://github.com/lus-lang/lus/tree/main/lus-language): Language server for Lus
- [**`/lus-vscode`**](https://github.com/lus-lang/lus/tree/main/lus-vscode): VSCode extension for Lus
- [**`/lus-spec`**](https://github.com/lus-lang/lus/tree/main/lus-spec): Lus language specification
- [**`/lus-install`**](https://github.com/lus-lang/lus/tree/main/lus-install): Install scripts for Lus
## License
These works are licensed under the 0-clause BSD license. They may be used for any purpose, including commercial purposes, at no cost. [For more details, consult the license here.](/LICENSE.md)
Dependency licenses can be found in [`/licenses`](/licenses).