On Tue, Oct 27, 2009 at 6:23 PM, Dean Wampler <deanwampler / gmail.com> wrote:
> Charlie,
>
> Your Strange Loop talk compared examples in Ruby, Duby, and Surinx. It was
> interesting how the examples differed very little from each other. I wonder
> if automated translation between the three would be possible? Perhaps the
> only realistic direction would be from Duby/Surinx -> Ruby (e.g., removing
> type information).

Also...the fact that Duby/Surinx are not Ruby makes the translation
difficult to impossible. The code could translate, but almost none of
the API calls would. A translator from Duby/Surinx to/from Java, on
the other hand, would be much easier.

- Charlie