sapphire-lang 0.8.0

Gradually typed scripting language where every value is an object and types are optional, checked at runtime
Documentation
1
2
3
4
5
6
# Fixture for Rust (`import "./module"` — see `import_module_fixture` in tests/vm.rs).
module SampleMod {
  class Widget {
    def ping { "pong" }
  }
}