Let's use the strongtyping package on the RAA!
Dan
···
-----Original Message-----
From: Erik Veenstra [mailto:pan@erikveen.dds.nl]
Sent: Tuesday, February 07, 2006 3:18 PM
To: ruby-talk ML
Subject: Meta-Meta-ProgrammingI had a discussion with a friend. A Java guy. He wants the
arguments of a method call being checked. "I want the first
one to be an Integer. And the second one is a String.
Period." No discussion. I explained our duck-typing paradigm.
He's not convinced. He thinks Java. So, he gets Java.Lets check the types of the arguments of a method call!