Liberty | Liberty Eiffel programming language
Liberty Source: Liberty | Liberty Eiffel programming language
A civil engineer with a longlife fondness for Software Libero
Liberty Source: Liberty | Liberty Eiffel programming language
Quickemu Quickly create and run optimised Windows, macOS and Linux desktop virtual machines. I may need to crosscompile Eiffel applications for MacOs
Python 4.0 will never arrive🤚😔. Said by Python’s creator And the reason is mainly Rust. Guido van Rossum (the Python programming language’s inventor) stated in an interview a few days…
It’s nice to note that Eiffel re-entered the 2021 edition of TIOBE index. Ok, in the 50-100th positions, but so does Ocaml, Elixir, Haskell. Something’s better than nothing
http://www.fftw.org/ avvolgenda
Today I wanted to format a boolean value in a spreadsheet so that true values are shown as “Sì” and false as “No” (italian words for “yes” and “no”). I…
EWG got an heir https://github.com/eiffel-wrap-c/WrapC. LibertyEiffel has wrappers-generator which is built upon castxml.
I’ve just read “Is Zig the long awaited C replacement” and it cites: The V Programming Language seems to be a “fastly compiling” language. Compilation speed benchmark C 5.2s gcc…
If you are familiar with Object-Oriented Programming, then you’ve probably heard about the SOLID principles. Ugonna Thelma explains The S.O.L.I.D Principles in Pictures and she explains them very well. In…
What do you think is faster: filling an array with one million structs, or filling an array with one million classes? Mark Farragher ask himself What Is Faster In C#:…