|
|
|
|
|
by pjmlp
2384 days ago
|
|
Not the OP, for me what I am looking forward is a systems language with automatic memory management, in the same vein as Modula-3, Active Oberon, D or System C#. Swift fills that slot, but only on Apple platforms. Linux hardly has portable support even for file access and Windows will get supported some day, and most 3rd party libraries assume Apple anyway. D has a great community, but still found lacking in some areas. .NET AOT compiled with the learnings taken from System C# (7.x - 9) is the closest for my daily coding activities. Ideally Delphi like with automatic memory management. Or maybe having a Rust IDE with visual representation of lifetimes would already be productive enough. |
|
(I tried to install some Haskell GUI libraries, but that's very difficult on Windows. I eventually got haskell-gi to install, but as far as I could tell, it had no support for status icons.)