RubyKaigi 2025 – Migrating RBS’s parser to pure C
My first full-length conference talk, in which I share how we transformed the RBS parser into a pure C library, that can be embedded into any system, even wi...
My first full-length conference talk, in which I share how we transformed the RBS parser into a pure C library, that can be embedded into any system, even wi...
#reduce
A Ruby-focused take ony my prior blog post of the same name.
Make your life easier by using native data types wherever available.
You probably don’t need the indices.
The reduce function can express almost anything, so it communicates almost nothing.
What getters and setters are for, and why you don’t need to manually write them in Swift.