Enso2024
From APIDesign
(Difference between revisions)
(→Improving Language & Libraries) |
|||
| Line 14: | Line 14: | ||
== Improving Language & Libraries == | == Improving Language & Libraries == | ||
| - | * [https://github.com/enso-org/enso/issues/8645 Autoscoping of constructors] | + | * [https://github.com/enso-org/enso/issues/8645 Autoscoping of constructors] - essential and speculative language improvement |
| + | ** Merged as [https://github.com/enso-org/enso/pull/9190 #9190] | ||
| + | * [https://github.com/enso-org/enso/pull/8779 Binary operator resolution based on that value] - technically '''double dispatch''' at full speed | ||
| + | * [https://github.com/enso-org/enso/pull/9070 Equality and Conversions] | ||
| + | |||
| + | |||
List of [https://github.com/enso-org/enso/issues?q=state%3Aclosed%20author%3Ajaroslavtulach%20closed%3A2024%20sort%3Acreated-asc 257 issues and requests] resolved in 2024. Previous year was [[Enso2023]]. | List of [https://github.com/enso-org/enso/issues?q=state%3Aclosed%20author%3Ajaroslavtulach%20closed%3A2024%20sort%3Acreated-asc 257 issues and requests] resolved in 2024. Previous year was [[Enso2023]]. | ||
Revision as of 07:41, 30 April 2026
Enso story continued in 2024 as well...
Performance and Runtime
- adopting Apache Arrow format for interop with Python Pandas & co.
- 5-10% speedup...
Tooling
Improving Language & Libraries
- Autoscoping of constructors - essential and speculative language improvement
- Merged as #9190
- Binary operator resolution based on that value - technically double dispatch at full speed
- Equality and Conversions
List of 257 issues and requests resolved in 2024. Previous year was Enso2023.