Tag: #interpreters
Understading why attr_accessor in Ruby is faster than a regular method
A comparison of how different attr_accessor from custom getters in setters in terms of implementation and performance
How to make Ruby interpreter run program written in a natural language
Building a Ruby DSL that can understand and execute a program written in an almost natural language
Why Ruby has Symbols
Difference between strings and symbols in Ruby