|
|
|
|
|
by sealeck
345 days ago
|
|
> With minor exceptions, moving from one language to another isn’t a matter of simple syntax, trivia, or swapping standard libraries. I think this is not true for most programming languages. Most of the ones we use today have converged around an imperative model with fairly similar functionality. Converting from one to another can often be done programmatically! |
|
You can’t tell me that precisely the same paradigms, mechanics, patterns and practices will be used to develop software in both Java/Spring and Ruby/Rails, for example. The way you need to (be able to) think about how you write the software using those two languages will be non-trivially different.