PythonとJavaのコード比較
ここを読んでいたら、いいリンクがあった。
Python & Java: a Side-by-Side Comparison
http://www.ferg.org/projects/python_java_side-by-side.html
この中に引用されているBruce Eckelの言葉が面白い。
I can remember many Python idioms because they're simpler. That's one more reason I program faster in Python. I still have to look up how to open a file every time I do it in Java. In fact, most things in Java require me to look something up.
ベストセラー「Thinking in Java」の著者ですら、Javaで書くときはファイルオープンの仕方を調べているのだ。
関連リンク
Python and the Tipping Point
http://www.artima.com/intv/tipping.html
Python & Java: a Side-by-Side Comparison
http://www.ferg.org/projects/python_java_side-by-side.html
この中に引用されているBruce Eckelの言葉が面白い。
I can remember many Python idioms because they're simpler. That's one more reason I program faster in Python. I still have to look up how to open a file every time I do it in Java. In fact, most things in Java require me to look something up.
ベストセラー「Thinking in Java」の著者ですら、Javaで書くときはファイルオープンの仕方を調べているのだ。
関連リンク
Python and the Tipping Point
http://www.artima.com/intv/tipping.html