Enso2025
From APIDesign
(Difference between revisions)
(→Language & Libraries) |
(→Language & Libraries) |
||
| Line 33: | Line 33: | ||
** Designing [https://github.com/enso-org/enso/pull/12163 Progress API] | ** Designing [https://github.com/enso-org/enso/pull/12163 Progress API] | ||
** [https://github.com/enso-org/enso/pull/14017 Moving >, >=, <, <= to types ....] | ** [https://github.com/enso-org/enso/pull/14017 Moving >, >=, <, <= to types ....] | ||
| - | ** [https://github.com/enso-org/enso/pull/14133 Make Enso "conversion and equality oriented" language] - in the tradition of [[ | + | ** [https://github.com/enso-org/enso/pull/14133 Make Enso "conversion and equality oriented" language] - cleaning up [[Enso]] [[RootClass]] in the tradition of [[RootClass|jokes I like to tell...]] about [[OOP]] flaws |
* Improving runtime type system | * Improving runtime type system | ||
** [https://github.com/enso-org/enso/issues/13390 Allow -> Column&Any to let any visible type thru] | ** [https://github.com/enso-org/enso/issues/13390 Allow -> Column&Any to let any visible type thru] | ||
Revision as of 08:44, 30 April 2026
In 2025 the Enso system has turned into really solid platform. Here is a curated list of important achievements:
Performance and Runtime
- Optimizing Enso distribution by not Wasting 100MB by Standard.Image
- Rely more on Y.js: execute Y.js and Insight together & co.
- Usual speed ups like
- Towards Dual JVM!
- Tighten up execution semantics with ... when interrupting Enso execution
Improving the GUI
- Progress API to report status of computation to the GUI
- Telemetry via logging to give us insight into what users really do
Language & Libraries
- Encapsulation via private keyword
- Cleaning various APIs up
- Reducing helper methods in ...
- Designing Progress API
- Moving >, >=, <, <= to types ....
- Make Enso "conversion and equality oriented" language - cleaning up Enso RootClass in the tradition of jokes I like to tell... about OOP flaws
- Improving runtime type system
List of 256 issues and requests in year 2025. The next year is Enso2026. The previous year was Enso2024.