- Installation is pretty straightforward (except on Windows) considering the early stage of the project. (so good job)
- The syntax is familiar and easy to pick up (a few exception below).
- The documentation does a good job at presenting the language except on that points:
- The basic types. A page like should do the job for types
- The standard libraries. A basic showcase of the types (and their method) of the std would be great in the documentation.
- Some moderately more complex examples (maybe as unit tests too) would be great (or did I miss them maybe?)
- Since there is no sum type (any particular reason?), are enum supported?
- I think some detailed explanations on those subject would be a great addition:
- Call/Send by value/reference.
- Mutability/Immutability.