What I want for Matz-mas Andrew Grimm @andrewjgrimm
$VERBOSE = true Not my talks – I want it in Ruby 2.0!
$VERBOSE = true Warns you about misspelled instance variables
Warns you that (false; true) is legal but pointless
Warns you that you aren't using a variable
Who do I want using it? People who are going to ask “Why doesn't this code work?” questions on Stack Overflow
People who write libraries
Hash.default_proc If I could set a global default proc for Hash#fetch, I wouldn't need: hash.fetch{ raise “The key #{key.inspect} doesn't bloody exist”}
Better support for FP I want to keep up with functional programming
I'd rather do it with Ruby than without Ruby
Better support for FP Ban side effects from part of your program?
Haskell process:
1. No side effects
2. Profound embarassment
3. ???
4. Awesomeness
Better books about Ruby Ruby has the same book published in a hundred editions Metaprogramming
DSLs

All I want for Matz-mas