Closed. This question needs to be more focused. It is not currently accepting answers. Closed 6 years ago. Locked. This question and its answers are locked because the question...
What are the advantages and limitations of dynamic type languages compared to static type languages? See also: whats with the love of dynamic languages (a far more argumentative thread…)...
Every so often when programmers are complaining about null errors/exceptions someone asks what we do without null. I have some basic idea of the coolness of option types, but...
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. It wasn’t that...
Why don’t more mainstream statically typed languages support function/method overloading by return type? I can’t think of any that do. It seems no less useful or reasonable than supporting...
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only...
Closed. This question is off-topic. It is not currently accepting answers. Closed 11 years ago. Locked. This question and its answers are locked because the question is off-topic but...
I came across the term duck typing while reading random topics on software online and did not completely understand it. What is “duck typing”? 18 s 18 It is...
This is PascalCase: SomeSymbol This is camelCase: someSymbol This is snake_case: some_symbol So my questions is whether there is a widely accepted name for this: some-symbol? It’s commonly used...
I hear a lot that new programming languages are dynamically typed but what does it actually mean when we say a language is dynamically typed vs. statically typed? 17...