I've finished the syntax cheatsheet for Javascript vs. Python
What's the most useful and complete Java cheat sheet? - Stack Overflow
Java and / or Python cheat Sheet Recommendations?
Is there a resource (cheat sheet) for syntax differences between various languages
Videos
Thanks to everyone who helped on the previous post, it's now finished as far as I care to add things to it.
https://www.theyurig.com/blog/javascript-python-syntax
If you feel like you can contribute to making it better, there is a link to the related issue at the bottom of the page with instructions on how to create a PR (you need to install the Deno runtime, but the code itself is so simple that you can contribute even with literally 0 javascript experience). :)
I've spent way too long on this which I expected to be just a brief post, so I'm kinda glad to be done so I can now focus on building my other projects. Now onto building the competitive multiplayer tic-tac-toe game.
I'm learning a bunch of programming languages almost concurrently: C++, Java, Javascript, PHP, Python
One of the things that bug me are the little syntax / semantic differences between the various languages - how variables/functions are declared, variable types, conditional statements, objects, file I/O, reserved keywords, etc. Many underlying programming concepts are the same, and each language has implementations that are very similar to each other, but it's the small differences that are hard to keep track of.
It would be really handy if there was a online resource that tabulates such differences in a easy-to-see manner. Like a cheat-sheet that I can glimpse at and quickly see how to do X in language A vs language B.
Does such a resource exist?