yolang

Rust-like programming language targetting WebAssembly

Usage no npm install needed!

<script type="module">
  import yolang from 'https://cdn.skypack.dev/yolang';
</script>

README

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