-
Notifications
You must be signed in to change notification settings - Fork 0
Remaining Work
Justin Szaday edited this page Mar 1, 2022
·
3 revisions
Firstly, there's The Great Ergoline Todo List. It's a bit out-of-date, but still relevant.
Other than that, we need to:
- Add support for chare-migration; to fully realize this we need to:
- Add support for
@migratablethreads. - Make Hypercomm's components migratable.
- Add support for
- Add support for array-slicing syntax.
- Add support for await "and/or" (futures).
- Enable not initializing members when they're default constructible?
- Add support for default parameter values?