Paolo Redaelli personal blog

Category: Liberty Eiffel

Futura agenda

5 strutture dati strane (ma utili) nell’informatica (“5 Strange (but useful) Data Structures in Computer Science”). Let’s look at five weird data structures that will help you when the arrays and hashmaps of this world aren’t enough. Do we have it in Liberty Eiffel? ROPE is part of the standard library. The other are “futura…

Textual

Textual is a TUI framework for Python, inspired by modern web development. Textual is a Rapid Application Development framework for Python, built by Textualize.io. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal or a web browser! Well, I just wish I could have it in EIffel….

Eiffeldoc: ANY

twin: ANY– Return a new object with the dynamic type of Current. copy (other: ANY) — Update current object using fields of object attached to other, so as to yield equal objects. Too bad that those Eiffel features, (function members) available in each and every object and variable are not available in Kotlin.

Iced Rust Toolkit

System76’s Pop!_OS COSMIC Desktop To Make Use Of Iced Rust Toolkit Rather Than GTK Ok, yet another #GUI library. Of course I hope they’ll be successful, but I wonder why they had to start another one. I’ll keep an eye on it, it may be useful in the case we make LibertyEiffel interfacable with Rust