RubyConf 2019 - Digesting MRI by Studying Alternative Ruby Implementations by Christian Bruckmayer

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=-UVV8_560eE



Duration: 26:33
258 views
1


RubyConf 2019 - Digesting MRI by Studying Alternative Ruby Implementations by Christian Bruckmayer

Pointers, managing memory and static typing - writing C code is hard! However, most programming languages, including Matz's Ruby Interpreter (MRI), are implemented in a low level programming language. So you think without knowing these concepts, you can not contribute to Ruby? Wrong! Although MRI is implemented in C, fortunately there are Ruby's in Java, Go and even Ruby itself.


If you ever wanted to learn about Ruby internals without being a C expert, this talk is for you. Join me on my journey of re-implementing hash maps in JRuby, breaking bundler and actually learn to write (some) C code.

#confreaks #rubyconf2019




Other Videos By Confreaks


2019-12-04RubyConf 2019 - Seven Deadly Sins by Brian McElaney
2019-12-03RubyConf 2019 - Story telling with Git rebase by Elle Meredith
2019-12-03RubyConf 2019 - lo-fi hip hop ruby - beats to relax/study to by Zachary Schroeder
2019-12-03RubyConf 2019 - Cocktail Masterclass with Ruby and Friends by Julian Cheal
2019-12-03RubyConf 2019 - Rekindling a love of creation with Ruby and Raspberry Pi by Colleen Schnettler
2019-12-03RubyConf 2019 - Fun, Friendly Computer Science by Mercedes Bernard
2019-12-03RubyConf 2019 - Injecting Dependencies for Fun and Profit by Chris Hoffman
2019-12-03RubyConf 2019 - Statistically Optimal API Timeouts by Daniel Ackerman
2019-12-03RubyConf 2019 - Ruby Next: make old Ruby quack like a new one by Vladimir Dementyev
2019-12-03RubyConf 2019 - Ruby ate my DSL! by Daniel Azuma
2019-12-03RubyConf 2019 - Digesting MRI by Studying Alternative Ruby Implementations by Christian Bruckmayer
2019-12-03RubyConf 2019 - What's happening when initializing mruby? by Yurie Yamane and Masayoshi Takahashi
2019-12-03RubyConf 2019 - Building a Ruby: Artichoke is a Ruby Made with Rust by Ryan Lopopolo
2019-12-03RubyConf 2019 - Investigative Metaprogramming by Betsy Haibel
2019-12-03RubyConf 2019 - No Return: Beyond Transactions in Code and Life by Avdi Grimm
2019-12-03RubyConf 2019 - How to write pleasant code by Roman Kofman
2019-12-03RubyConf 2019 - Introducing Rubyfmt by Penelope Phippen
2019-12-03RubyConf 2019 - Disk is fast, memory is slow. Forget all you think you know by Daniel Magliola
2019-12-03RubyConf 2019 - Escaping The Tar Pit by Ernesto Tagwerker
2019-12-03RubyConf 2019 - The Fewer the Concepts, the Better the Code by David Copeland
2019-12-03RubyConf 2019 - Fixing Performance & Memory problems by Frederick Cheung



Tags:
Ruby
RubyConf
Programming