Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Aug 15, 2023
1 parent 76cdacf commit 0b522e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,10 @@ not the subset of ValueScript that has actually been implemented.
- Iterators
- Spread operator on iterables
- Generators
- Structural comparison (not yet for class instances)
- Structural comparison
- `{} === {} -> true`
- `new Point(1, 2) === new Point(1, 2)`
- `(() => {}) === (() => {})`
- JS: `-> false`
- This is a value semantics thing - objects don't have identity
- TypeScript enums
Expand Down Expand Up @@ -476,7 +478,6 @@ not the subset of ValueScript that has actually been implemented.
- Uses `.toString()` to get the source code and compiles and runs it in
WebAssembly
- C libraries, and bindings for python etc
- Comparison of class instances and functions
- Object spreading
- Rest params
- Async functions
Expand Down

0 comments on commit 0b522e1

Please sign in to comment.