Skip to content

Instantly share code, notes, and snippets.

@Semant1ka
Last active October 4, 2017 16:00
Show Gist options
  • Save Semant1ka/ef7af34503ff0613c3d5f3a6d7830ca5 to your computer and use it in GitHub Desktop.
Save Semant1ka/ef7af34503ff0613c3d5f3a6d7830ca5 to your computer and use it in GitHub Desktop.
How it feels like switching between various programming languages

Python

Me: I feel I need to use indexes..

Python: Sorry, I can't increment values.

Me: Oh, well..

i+=1

Java

Me: I will give those classes good names and then just create some instances...

Java: Very well! But we will need to type those names all the time. I mean we don't have var here.

Me: Damn,

VeryHelpfulAndUsefulClass foo = new VeryHelpfulAndUsefulClass();

C#

Me: Okay, I just need to write and execute a few lines of code in VS.

VS: No problem, just let me create all those project config files for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment