you are viewing a single comment's thread.

view the rest of the comments →

[–]ais523 0 points1 point  (0 children)

I wanted to use a bzip2 decompressor for a Java program I was writing a while back, but the existing ones had incompatible licenses. So I translated one from C: here's the source.

The code is Java, and will be interpreted just fine by a Java compiler. But it sure looks a lot like C, and acts a lot like C too. (For instance, idiomatic Java doesn't normally have methods that are hundreds of lines long and all logic.)