Update some docs
This commit is contained in:
parent
586bf82848
commit
cef98a8a18
@ -45,14 +45,17 @@ language features.
|
||||
- Type-safe strings representing different languages with automatic prevention
|
||||
of code injection
|
||||
- Pattern matching with exhaustiveness checking for tagged unions
|
||||
- Efficient immutable datastructures
|
||||
|
||||
## Simplicity
|
||||
- Simple, low-boilerplate type system with type inference
|
||||
- Well-defined reference and value semantics and mutability rules
|
||||
- No polymorphism, generics, or inheritance
|
||||
|
||||
## User-friendliness
|
||||
- Useful and efficient built-in types: arrays, hash tables, structs, tagged
|
||||
unions (sum types), cords (efficient string representation)
|
||||
- Useful and efficient built-in types: arrays, hash tables, sets, structs,
|
||||
tagged unions (sum types), cords (efficient string representation)
|
||||
- String interpolation and debug printing builtins
|
||||
- Beautiful and helpful compiler and runtime error messages with emphasis on
|
||||
user-friendliness
|
||||
- Full UTF8 support for all text operations
|
||||
|
Loading…
Reference in New Issue
Block a user