Skip to content

Commit

Permalink
Add namespaces to features doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvillage committed Jan 12, 2024
1 parent a24847c commit 5163b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- Can pattern match in function definitions like Haskell and other function languages/have function overloads
- Named function arguments
- Try contexts or similar `try fn` or `try {}` that allow you to short circuit execution with a `.try` keyword, also a similar concept maybe for nullability and error handling maybe with `try!` and `try?` definitions/blocks
- Namespaces for crates, like `@mrvillage/ui` from TypeScript

0 comments on commit 5163b96

Please sign in to comment.