Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathsou/yolang-res
Rust-like language compiling directly to WebAssembly
https://github.com/nathsou/yolang-res
functional-programming programming-language rescript rust wasm webassembly
Last synced: 3 months ago
JSON representation
Rust-like language compiling directly to WebAssembly
- Host: GitHub
- URL: https://github.com/nathsou/yolang-res
- Owner: nathsou
- Created: 2021-05-01T18:08:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T16:33:32.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T12:46:13.292Z (almost 2 years ago)
- Topics: functional-programming, programming-language, rescript, rust, wasm, webassembly
- Language: ReScript
- Homepage: https://nathsou.github.io/yolang/
- Size: 3.68 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yolang
[Playground](https://nathsou.github.io/yolang/)
Yo is a simple programming language with syntax similar to Rust which compiles directly to WebAssembly.
## Features
- Powerful type inferencer
- Structs (with impl blocks)
- First-class functions (not closures yet)
- External function imports## Todo
- Automatic reference counting
- Polymorphism
- Traits