loalang 0.1.15

Loa is a general-purpose, purely immutable, object-oriented programming language.
Documentation
1
2
3
4
5
6
7
8
9
10
namespace Loa.

export partial class Object {
  public yourself =>
    self.
  
  public native == Object -> Boolean.

  public native asString -> String.
}