yolang-res icon indicating copy to clipboard operation
yolang-res copied to clipboard

Rust-like language compiling directly to WebAssembly

Yolang

Playground

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