Author Working on New Edition of "Ruby Under a Microscope" Covering Ruby 3.x JIT Compilers
By
todsacerdoti
Pure flour-power. Hearty enough to carry you through lunch.
Summary
The author is working on a new edition of "Ruby Under a Microscope" covering Ruby 3.x, with a focus on JIT compilers (YJIT and ZJIT). The article provides an excerpt from Chapter 4 about these JIT compilers, discussing how they work and the author's experience learning about them while brushing up on Rust skills. The author expresses excitement about the work done by the Ruby team at Shopify and other contributors, and mentions the book is being worked on in spare time with no set completion date.
Key quotes
· 4 pulledI've started working on a new edition of Ruby Under a Microscope that covers Ruby 3.x.
Here's an excerpt from the completely new content for Chapter 4, about YJIT and ZJIT.
It's been a lot of fun for me to learn about how JIT compilers work and to brush up on my Rust skills as well.
And it's very exciting to see all the impressive work the Ruby team at Shopify and other contributors have done.
You might also wanna read
The Decline of Programming Books: How Digital Learning Replaced the Classic Tech Tome
A nostalgic reflection on the decline of traditional programming books (like O'Reilly's animal-covered series) in favor of online tutorials,
Mastering Dyalog APL Book Being Updated with Jupyter Notebooks
This article discusses the "Mastering Dyalog APL" book, which is considered the standard resource for learning Dyalog APL. It notes that the
Awesome CUDA Books: A Curated List of GPU Programming Resources
A curated GitHub repository listing major CUDA programming books ranging from beginner to advanced levels. The list covers C++/Python approa
Introduction to 'The Genius Of Lisp' Book About Programming Language History
This article introduces 'The Genius Of Lisp,' a book by Cees de Groot about the history of the Lisp programming language, described as 'argu
Book Club Selects 'The Art of Multiprocessor Programming 2nd Edition' for Discussion
The article announces the selection of 'The Art of Multiprocessor Programming 2nd Edition' for a book club, providing details about the book
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
