You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most likely scenario, as things stand today is:
Core will be adopted and become part of the compiler
Belt needs looking at next. One possibility is to create a data structure library with the same principles used for Core: take existing functionality, delete what not used, aim for compatibility, give uniform API. E.g. Promoting rescript-vector to a primitive data structure #6181 could fit right in here.
Backwards compatibility will be preserved and an easy upgrade path will be offered.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Plan the future for compiler libraries.
The most likely scenario, as things stand today is:
The text was updated successfully, but these errors were encountered: