What Java syntax elements would not directly translate to an equivalent Ruby syntax?
- by Hosh
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?