I just read “Python Creator Guido van Rossum Asks: Is ‘Worse is Better’ Still True for Programming Languages?” and I wonder what can we Eiffellers learn from it.
Category: Eiffel
Agenda, 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…
Liberty Eiffel
ThorVG | Thor Vector Graphics
ThorVG | Thor Vector Graphics (ThorVG) is an open-source, lightweight, and portable library designed for rendering vector-based scenes and animations, including SVG and Lottie formats
Eiffel
Design-by-Contract (DbC) v Test-Driven Design (TDD) | Woland’s cat
Design-by-Contract (DbC) v Test-Driven Design (TDD) from Woland’s cat shortly: DbC = contracts + tests
Eiffel, Liberty Eiffel, Tricks
Saturating the name-space
We are saturating the name space for programming languages. These days I discovered the Odin Programming Language “”The Data-Oriented Language for Sane Software Development.” According to its FAQs there are some things we may learn for Eiffel.
Agenda, Eiffel, Liberty Eiffel
1024cores – Distributed Reader-Writer Mutex
1024cores – Distributed Reader-Writer Mutex This is definitively something that I would like to Eiffelize!
Eiffel, Senza categoria
Name hijacking
I like the programming language named Eiffel, at least since 1998. Now I discover its name is somehow being robbed by a CI/CD project. I simply had to let Bertrand Meyer, father of Eiffel know it. The easiest way I found is throught X (once known as Twitter): Dear professor @Bertrand_Meyer, I’m sure you have…
Eiffel, Liberty Eiffel, Mood
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 😢
Fun, Liberty Eiffel
7:26 on a RP3…
Well… wow!
Watabou’s Procgen Arcana is is a collection of free map generators for tabletop role-playing games and worldbuilding. Currently, it consists of six generators, all of them are in active development. They are proprietary but free to use and they are made with Haxe
Haxe – The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
All those “open source” have the same targets that Eiffel had 30-40 years ago… this for example already have commercial, hefty “Support Plans”, starting from an yearly rate of 6000€ (six thousand euros).
One thing I think they got right is that Haxe allows you to compile for several targets:
- JavaScript
- C++
- C#
- Java
- JVM
- Lua
- PHP 7
- Python 3
- HashLink
- NekoVM
- Flash (SWF Bytecode)
- And its own interpreter
Liberty has C, and once had JVM. Ideally I wish to “resurrect” the JVM and add PHP (yes) and Python, or at least improve the interoperability with those languages.
