<hightower2> But they did have some ruby-specific workarounds, to solve the problem of ruby not supporting method overloading. For example, on the first call of a Qt function, ruby args would be classified to find the most similar overload in C++, and then that method would be cached, so that the next invocation would directly use the cached version instead of doing the argument type comparison again
<Papierkorb> Yeah, Crystal can do method overloading though
<hightower2> But apart from trivia knowledge, not particularly useful/needed in the case of crystal
<hightower2> yeah
<Papierkorb> used Qt4 and later Qt5 with C++ a lot before using Ruby. Did my fair share of hacks with it too. God bless that mess. QObject::setUserData() was the best thing ever lul.
<oprypin> in python you can set arbitrary members on qt objects :p
From IRC (bridge bot)
@FromIRC
<oprypin> so basically as bad as setuserdata but you dont know it's bad
From IRC (bridge bot)
@FromIRC
<w-p> anyone else out there find the subclass vs include situation a little confusing on occasion?
Nick Franken
@fridgerator
No, but my background is in Ruby, so it makes sense to me
From IRC (bridge bot)
@FromIRC
<_tsound> how would you go about adding things into an array with a loop?
<_tsound> i want to perform a loop that gets the files in a folder and reads the filename back to me