Rohit Mehta
Code Culture

Code Culture

Follow
Follow
homeAbout Menewsletter
Tag

programming languages

#programming-languages

More content

Read more stories on Hashnode


Articles with this tag

Seeing the Bigger Picture: Why I Reject the Notion of a Preferred Programming Language

Jun 15, 20233 min read

"You should not have a favorite weapon. To become over-familiar with one weapon is as much a fault as not knowing it sufficiently well." - Miyamoto...

Seeing the Bigger Picture: Why I Reject the Notion of a Preferred Programming Language

Subtyping Rules: Enabling Flexibility without Breaking the Type System

May 14, 20232 min read

Subtyping is a fundamental concept in statically typed programming languages. It refers to the ability of a type to be used in place of another type....

Subtyping Rules: Enabling Flexibility without Breaking the Type System

Lexical Scoping: The Essential Concept for All Programmers

Apr 25, 20234 min read

Programming languages provide us with a set of tools to work with data, perform operations on it, and automate various tasks. Two of the most...

Lexical Scoping: The Essential Concept for All Programmers