The Mys programming language.
Project description
WARNING
Mys is still in the very early stages of development. API:s will change, so now is the time to make suggestions! Join the Mys Discord server to get in touch with the developers!
Mys
The Mys programming language - an attempt to create a statically typed compiled Python-like language that produces fast binaries.
Mys is heavily inspired by Python’s syntax and Rust’s packaging.
Source code:
from random.pseudo import random
func main():
print(random())
Package configuration:
[package]
name = "robot"
version = "0.1.0"
authors = ["Mys Lang <mys.lang@example.com>"]
[dependencies]
random = "latest"
Mys is mainly targeting resource constrained single core embedded systems, but is just as useful in desktop environments.
Documentation
Getting Started: Step by step guide to get you started writing applications in Mys.
The Mys documentation: Mys’ official documentation. The best place to start learning Mys.
Community
Discord: Mys’ official Discord server.
Contributing
There are many ways in which you can participate in the project, for example:
Submit bugs and feature requests.
Fix bugs and implement new features.
Review the documentation and make pull requests for anything from typos to new content.
There is more information available in the Mys Developer Guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mys-0.413.0.tar.gz
.
File metadata
- Download URL: mys-0.413.0.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6caf1d7d6ee977f9095e4cabdefe4bc9209191548a64bb083e2388e0b95e58fa |
|
MD5 | 70f6867cfe60eeb871efa4f15e889e1c |
|
BLAKE2b-256 | b59d1a2912959e65bc3fef5a4eee5479ee91a8dd154c950a390d611a6397fb9c |