Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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