7 Followers
38 Following
23 Posts

@gamingonlinux yeah, Opera isn't exactly what a privacy-conscious person would use, but Linux is freedom and freedom mean options.

And also, privacy is a spectrum, if Opera GX being available on Linux means more people will jump ship, then that's a big win.

@mmarif thanks for making this, I use it daily ♥️

@andi agreed, and on that front, recently Matz has added some new guides on the repo: https://github.com/mruby/mruby/tree/master/doc%2Fguides

But yeah, an extensive tutorial would be wonderful. I learned mostly by reading the code of other projects 😅

@fpsvogel ooh RBS-inline looks handy. Thanks!
This got me wondering about how #rbs is coming along. I tried to apply it some years ago to a little gem of mine, but had some issues when describing types of a C-ext that the gem used. But that's old story, I should try again, when I have some free time ofc 😀

Going through my bookmarks rn and I'm rediscovering some interesting stuff …

https://engineering.monstar-lab.com/en/post/2021/05/27/Static-type-checking-in-PicoRuby/

#ruby #mruby #picoruby #embedded

Static type checking in PicoRuby

The static type system ensures correspondence of the "type" among arguments, parameters, and return values. The point is that you can notice some kinds of bugs in advance of execution. Static typing l

@Braininabowl If it is for the sake of learning then I think C is the better choice. Rust is a good alternative, but the jump in complexity between Rust and C is a little big. I mean it is doable, but it will be a little harder.

Can't say a lot about Haxe. Personally, the language looks nice and there seems to be plethora of game libraries, so there's that.

@alexanderadam @CrystalLanguage That looks very curious, I'll give it a try later. Thanks for sharing!
@SimThyrTeam I'm not well versed on old computers, but that Macintosh looks gorgeous!

It seems the upcoming release of MRuby will add support for pattern matching (among other nifty things) 👀

#ruby #mruby