How Ruby Interprets and Runs Your Programs
In this post we’ll follow the journey of a simple program as it’s lexed, parsed and compiled into bytecode. We’ll use the tools that Ruby gives us to spy on the interpreter every step of the way. http://blog.honeybadger.io/how-ruby-interprets-and-runs-your-programs/
Post a comment