RubyConf 2021 - Programming with Something by Tom Stuart
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=KwMuTJ_3Ljg
Programs which manipulate other programs are extremely fun and incredibly powerful. To write them, we need a way to represent code as a data structure which we can analyse, manipulate and eventually execute. In this talk we’ll learn how to store executable code as data in Ruby, and explore how to write different kinds of programs that process it.