What Java syntax elements would not directly translate to an equivalent Ruby syntax?

Posted by Hosh on Stack Overflow See other posts from Stack Overflow or by Hosh
Published on 2010-03-15T19:08:57Z Indexed on 2010/03/15 19:09 UTC
Read the original article Hit count: 286

Filed under:
|

I asked a question a few days ago about representing public static final and private static final fields in equivalent Ruby code. It got me thinking about what other syntax elements in Java might not translate directly to Ruby. Generics and Annotations come to mind. Anything else that would not translate well if you tried to port some Java code to Ruby?

© Stack Overflow or respective owner

Related posts about java

Related posts about ruby