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 – A high-performance linear programming solver, retain the builtin ones, but create a package for HiGHS.
-
(Minor) We have a mechnism for incorporating external libraries into Eta at runtime. To support this, there is a generic
NativeObjectheap kind type. Some of the ‘standard lib’ packages currently have their own type, that should be replaced with this. Those are no longer needed.