Release
Next Steps
-
- Design and implement a linter and code formatter for Eta, integrated into the
etaCLI and LSP server, to enforce style consistency and catch common issues.
- Design and implement a linter and code formatter for Eta, integrated into the
-
Use of HiGHS - keep the built-in solvers and add a package for the HiGHS linear programming solver.
-
(Minor) We have a mechanism for incorporating external libraries into Eta at runtime. To support this, there is a generic
NativeObjectheap kind type. Somestdlibpackages still define their own native object kinds; those should be replaced withNativeObject.