This commit is contained in:
Richard Feldman 2023-09-27 21:32:08 -04:00
parent 9e38cadd4b
commit 5ed8bade21
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -4,7 +4,7 @@ Roc is intended to be a user-friendly language with a friendly community.
## User-friendly language
- Concise syntax, e.g. just `=` for declarations, no parentheses or commas needed when calling functions
- Concise syntax, e.g. just `=` for declarations, no parentheses or commas needed when calling functions (maybe don't focus on conciseness though)
- anonymous structural literals for records, tuples, and tag unions, all of which have Eq, Hash, and Ord inferred automatically
- String interpolation
- `Dec` by default