Paolo Redaelli · @paoloredaelli
261 followers · 5352 posts · Server mastodon.uno

@rml
users are even more lonely 😁
@redstarfish

#LibertyEiffel

Last updated 1 year ago

Paolo Redaelli · @paoloredaelli
256 followers · 4962 posts · Server mastodon.uno

@absc
"function call optimization and indirections does not matter much"
Well, statically optimized languages like would turn that polymorphic call into a switch inlining the actual code πŸ˜€
@freezr

#LibertyEiffel

Last updated 1 year ago

Paolo Redaelli · @paoloredaelli
220 followers · 4107 posts · Server mastodon.uno

@fabrixxm
Why is it a pain?
I'm interested as eons ago I started an automatic binding generetor for that uses the same wrapper/binding infrastructure used by Python.
And I should soon restart working on it πŸ˜…

#LibertyEiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

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.
monodes.com/predaelli/2022/10/

#LibertyEiffel #kotlin #Eiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

@hackernews
Those are good suggestions for languages like

#LibertyEiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

10 Powerful Python One-Liners.
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
monodes.com/predaelli/2022/09/

#tricks #python #LibertyEiffel #agenda

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

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 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
monodes.com/predaelli/2022/09/

#python #LibertyEiffel #agenda

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

@rust_discussions
and are sadly more trendy than , specifically 😒😭
@robby

#LibertyEiffel #Eiffel #rust #lisp

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

@cobra
People count staring from one. Computer usually from zero. container from lower_index which can be almost anything πŸ˜€

#LibertyEiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

@federico3 quando riuscirΓ² a rendere "presentabile" posso contattarti per inserirlo in Debian? πŸ˜‹

#LibertyEiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
198 followers · 3900 posts · Server mastodon.uno

@ruhrscholz
Rewrire it in πŸ˜›πŸ˜œ

#LibertyEiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
181 followers · 3784 posts · Server mastodon.uno

@DeveloperMemes
-- in , specifically
np:ARRAY2[INTEGER]
create np.make(1,3,1,3)
-- or
create {FAST_ARRAY2[INTEGER]}.make(3,3)
And you're sure that all those are the default integer, i.e. 0

#LibertyEiffel #Eiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
181 followers · 3784 posts · Server mastodon.uno

@tuxmachines I wish I could suggest ... sadly we have so much work to do...😩 😭

#LibertyEiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
172 followers · 3692 posts · Server mastodon.uno

Eiffel, Rust and memory management
It already passed one year almost two years since in "Oh my lazyness!" when I wrote

I shall restart my efforts on Liberty EIffel and Monodes… πŸ™ I hope to integrate them in my current effort.

While I haven't been able to integrate Eiffel in the endeavour that is keeping me busy until autumn 2022, I haven't forgotten it. Actually I've been kee
monodes.com/predaelli/2022/05/

#rust #LibertyEiffel #Eiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
172 followers · 3692 posts · Server mastodon.uno
Paolo Redaelli · @paoloredaelli
172 followers · 3692 posts · Server mastodon.uno

github.com/ulid/spec

That's interesting. I think I shall make an Eiffel version one day
monodes.com/predaelli/2022/05/

#LibertyEiffel #Eiffel

Last updated 2 years ago

Paolo Redaelli · @paoloredaelli
172 followers · 3692 posts · Server mastodon.uno

@eriol ritieniti opzionato/precettato/prenotato per sponsorizzarmi i paccheti di @valhalla

#LibertyEiffel

Last updated 3 years ago

Paolo Redaelli · @paoloredaelli
172 followers · 3692 posts · Server mastodon.uno

@DeveloperMemes
C++ is too verbose. In its:
class DIG3
insert ARGUMENTS
create make
feature
number: INTEGER 123456
make do
number.to_string.item(3).print_on(io)
io.put_new_line
end
end

#LibertyEiffel

Last updated 3 years ago

Paolo Redaelli · @paoloredaelli
172 followers · 3692 posts · Server mastodon.uno

Quickemu Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.

I may need to crosscompile Eiffel applications for MacOs
monodes.com/predaelli/2021/12/
-compiling

#Eiffel #Cross #software #LibertyEiffel #apple

Last updated 3 years ago

Paolo Redaelli · @paoloredaelli
172 followers · 3692 posts · Server mastodon.uno

@DeveloperMemes a classic. Off-by-one error.
BTW all collections have a 'last' query. Most of them are also written without any assumption on the starting index. They usually have lower=1 but you can "create my_array.make(-12, -4)" where numbers from -12 to -4 are the valid indexes

#LibertyEiffel

Last updated 3 years ago