Hacker News new | ask | show | jobs
by fiddlerwoaroof 2038 days ago
The problem with Ruby’s method missing is mostly that Ruby development generally doesn’t happen in an environment where discovering the existence of that method is easy. Macros are even better and tools like the slime macrostep expander make them relatively easy to deal with.