+ 1
Common cases in different languages
Hey guys, i was wondering if there exists something like a comparison table for common coding cases in different programming languages. For example if I want to compare the output command line for Ruby and Java or the functionality of a while loop for C++ and Python. I noticed that i forget the syntax of a language very quickly when I learn a new one :-( Thanks for any feedback.
1 Respuesta
+ 6
It doesn't cover all common commands, but it's at least something ;)
https://en.m.wikipedia.org/wiki/Comparison_of_programming_languages_(basic_instructions)