rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

Compiler Libraries

Open cristianoc opened this issue 1 year ago • 2 comments

Plan the future for compiler libraries.

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. https://github.com/rescript-lang/rescript-compiler/issues/6181 could fit right in here.
  • Backwards compatibility will be preserved and an easy upgrade path will be offered.

cristianoc avatar Apr 26 '23 01:04 cristianoc