Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wu-lang/wu
🐉 A practical game and data language
https://github.com/wu-lang/wu
language lua programming-language wu
Last synced: 3 months ago
JSON representation
🐉 A practical game and data language
- Host: GitHub
- URL: https://github.com/wu-lang/wu
- Owner: wu-lang
- License: mit
- Created: 2018-01-13T19:28:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T23:44:43.000Z (almost 2 years ago)
- Last Synced: 2024-07-24T11:56:31.583Z (4 months ago)
- Topics: language, lua, programming-language, wu
- Language: Rust
- Homepage: https://wu-lang.gitbook.io/guide/
- Size: 1.52 MB
- Stars: 468
- Watchers: 14
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Wu
[![Foo](https://user-images.githubusercontent.com/7288322/34429152-141689f8-ecb9-11e7-8003-b5a10a5fcb29.png)](https://discord.gg/qm92sPP)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wu-lang/wu/blob/master/LICENSE)An expression oriented, gradually typed and mission-critical programming language.
## Syntax
A full walk-through of the language can be found over at the [wu-lang documentation](https://wu-lang.gitbook.io/guide/).
### Details
Wu strives to be a decently useful language with focus on control, readability and scalability. The syntax of Wu is heavily inspired by the strong and safe one of Rust, while keeping the advantages of being high-level and gradually typed. The language is meant and designed to be a solid alternative to Python, Lua and MoonScript, while being superior on control and maintainability.
### Example
## Selling points
- [x] Compiles to Lua
- [x] Gradual typing
- [x] Rust-like trait system
- [x] Expression oriented design
- [x] Perfect Lua interoperability
- [x] Match patterns
- [x] Cool logo
- [ ] You are using it## Libraries
- [`lover`](https://github.com/nilq/lover): Type-safe bindings for the Love2D game engine.
- [`std`](https://github.com/wu-lang/std): Wrapper for the Lua standard library.## Disclaimer
Wu is built and maintained by a minimal team of people and was primarily developed during boring primary school classes, to help make time pass faster. At the current point in time it is not actively maintained due to work and studies all of us are occupied with, this may change in the future. However, you can still make suggestions, report bugs and open pull requests, one of us will definitely review them.
## Contributors
- [nilq](https://github.com/nilq)
- [evolbug](https://github.com/evolbug)
- [fuzzylitchi](https://github.com/fuzzylitchi)
### License
[MIT License](https://github.com/wu-lang/wu/blob/master/LICENSE)