https://github.com/cyteon/modu
Modu is a simple and fast turing-complete interpreted programming language.
https://github.com/cyteon/modu
coding-language language programming-language rust
Last synced: 7 days ago
JSON representation
Modu is a simple and fast turing-complete interpreted programming language.
- Host: GitHub
- URL: https://github.com/cyteon/modu
- Owner: cyteon
- Created: 2024-12-11T17:40:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-25T11:24:14.000Z (15 days ago)
- Last Synced: 2026-03-25T16:12:40.845Z (15 days ago)
- Topics: coding-language, language, programming-language, rust
- Language: Rust
- Homepage: https://modu.cyteon.dev/
- Size: 30.9 MB
- Stars: 30
- Watchers: 1
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Modu is a simple and fast interpreted programming language. \
It is designed to be easy to learn and use like python, but fast and efficient like Rust. \
With streamlined error messages for easy debugging
Code examples: https://modu.cyteon.dev/examples \
Documentation: https://modu.cyteon.dev/tour/contents
