Isn’t it wonderful when you get to go in and clean things up? The best, for me, is when I’ve learned a lot in a year or two and I get to re-do an old crufty program or a badly-designed page with what I’ve improved at.
For me, lately that’s stuff with Bootstrap and Rickshaw. I’ve also been replacing...
I’m trying out Avdi Grimm’s Quarto, a system for turning Markdown files into books in PDF, ePub and Mobi format. It’s an awesome idea, and Avdi’s books always look great.
Of course, Quarto has kind of an intimidating “install me first” list. Here’s what I needed to do:
I got to skip installing...
When I was taking the Motorcycle Safety Foundation class awhile back (it’s awesome!) they said something that stuck with me.
“None of you are good enough to hit your motorcycle’s limits, even with these little bikes. You’ll have to ride for years before you’re hitting the bike’s limits instead of...
Here’s the thing: if you want to meet Britney Spears, odds are good that Britney Spears doesn’t want to meet you.
If you’re Lady Gaga, then Britney Spears probably does want to meet you.
But if you say, “hey, I’m Lady Gaga!” and you’re not, that doesn’t work.
You have to go be Lady Gaga, out where...
Ruby lets you hook in and see (and change!) a lot of behavior of the core language. Methods, constants, classes, variables… Ruby lets you query them all, and change a lot about them.
These are just hooks – things Ruby calls in response to something happening. That’s different from, say, all the methods you can call to find our what’s defined and how – like instance variables, or method bindings, or…
Here’s summaries and links for all the hooks I could find (thanks to Google and StackOverflow!):
There’s a semi-famous book, The Art of the Metaobject Protocol by Kiczales, des Rivieres and Bobrow. Alan Kay, the guy who invented SmallTalk and the phrase “Object Oriented”, called it the best book in ten years.
But it’s takes some describing.
You know how Ruby has a class called “Class”? And how all classes are instances of it? And how Class is a subclass of Module?
The Metaobject protocol asks, “what if there were more subclasses of Class? And you could make classes from them, instead of plain old Class?”
Also, it includes what we’d now call introspection functions – they didn’t usually call it that twenty years ago when this was published.
But what, specifically, does that mean?
Five minutes on the Internet will find you somebody who thinks Ruby shouldn’t exist and is clearly inferior (try it!). Or pick a big tech company, especially an “Enterprise” company. Same thing – you’ll find a Ruby-hater in five minutes if you’re actually trying.
If Rubyists keep doing the right thing, this will be true forever. Let me explain.
There’s a set of things Ruby is really good at. I’ll list some of them:
There are some other things Ruby is “good” at. Like, it’s good at them but many people think they’re a bad idea. I’ll list some of those, too: