mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
wip
This commit is contained in:
parent
9e38cadd4b
commit
5ed8bade21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue