We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Hijacking Ruby Syntax in Ruby

Formal Metadata

Title
Hijacking Ruby Syntax in Ruby
Title of Series
Number of Parts
66
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
This talk shows how to introduce new syntax-ish stuffs using meta programming techniques and some more Ruby features not known well by many Rubyists. Have fun with magical code! Show Ruby features to hack Ruby syntax (including Binding, TracePoint, Refinements, etc) Describe stuffs introduced by these techniques method modifiers (final, abstract, override) Table-like syntax for testing DSL Safe resource allocation/collection (with, defer)