Search
Items tagged with: LibertyEiffel
Yet another missing Eiffel 😢
On https://github.com/attractivechaos/plb2 there is yet another programming language benchmark. And yet another not having Eiffel....
In addition to C, there is Nim, V, Rust.... that's very sad 😢
https://monodes.com/predaelli/2024/01/07/yet-another-missing-eiffel-%f0%9f%98%a2/
#Eiffel #LibertyEiffel #Mood
GitHub - attractivechaos/plb2: A programming language benchmark
A programming language benchmark. Contribute to attractivechaos/plb2 development by creating an account on GitHub.GitHub
7:26 on a RP3…
time ./install.sh
.....
real 446m11,935s
Well... wow!
https://monodes.com/predaelli/2024/01/07/726-on-a-rp3/
#Fun #LibertyEiffel
"function call optimization and indirections does not matter much"
Well, statically optimized languages like #LibertyEiffel would turn that polymorphic call into a switch inlining the actual code 😀
@freezr
I'm interested as eons ago I started an automatic binding generetor for #LibertyEiffel that uses the same wrapper/binding infrastructure used by Python.
And I should soon restart working on it 😅
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.
https://monodes.com/predaelli/2022/10/09/eiffeldoc-any/
#Eiffel #Kotlin #LibertyEiffel
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 ba…Paolo Redaelli
I shall Eiffellize those, one day or another: 10 Powerful Python One-Liners. Python one-liners can be just as… | by Ishaan Gupta | Sep, 2022 | Python in Plain English
10 Powerful Python One-Liners
Python one-liners can be just as powerful as a long and tedious program written in another language designed to do the same thing.
Photo by A
https://monodes.com/predaelli/2022/09/28/10-powerful-python-one-liners/
#Agenda #LibertyEiffel #Python #Tricks
It's Time to Say Goodbye to These Obsolete Python Libraries
Martin
Jul 20, 2022
Python
With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get used to using the good old Python libraries and to certain way of doing t
https://monodes.com/predaelli/2022/09/20/9633/
#Agenda #LibertyEiffel #Python
https://monodes.com/predaelli/2022/09/20/9633/
Another interesting article to “convert to Eiffel”…. It’s Time to Say Goodbye to These Obsolete Python Libraries It’s Time to Say Goodbye to These Obsolete Python Libr…Paolo Redaelli