Vertical Assignment in Ruby
Offered By: Ruby Central via YouTube
Course Description
Overview
Explore the concept of vertical assignment in Ruby through this humorous and insightful conference talk. Delve into the world of metaprogramming as Kevin Kuchta demonstrates how to create a fully functional vequals operator using tools like Ripper and TracePoint. Learn about leftward and rightward assignment in Ruby, and discover the potential for vertical assignment. Gain valuable insights into Ruby's syntax and metaprogramming capabilities while enjoying a lighthearted approach to programming concepts. Walk through the process of lexing tokens, searching for identifiers, and implementing both high-level and low-level approaches to create this unconventional operator. Although the talk is filled with intentionally bad ideas, extract useful tricks and techniques that can be applied to everyday Ruby programming or used to playfully challenge colleagues.
Syllabus
Intro
Ruby Assignment
Hello Operator
Vertical Assignment Operator
Vequals Operator
Binding
Success!
Lexing into tokens
Searching for identifiers
High Level Approach
Low Level Approach
It Works!
Exercises for the reader
Daybreak Health
Taught by
Ruby Central
Related Courses
Performance Does - Not - MatterRuby Central via YouTube Solidarity not Charity and Collective Liberation
Ruby Central via YouTube Eclectics Unite - Leverage Your Diverse Background
Ruby Central via YouTube What Does "High Priority" Mean? The Secret to Happy Queues
Ruby Central via YouTube Splitting - The Crucial Optimization for Ruby Blocks
Ruby Central via YouTube