Relative Content

Tag Archive for dynamic-typing

Why is PHP’s method of comparing different types bad?

Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I’m working on designing a new programming language and trying to decide how I will do variable comparisons. Along with many different types of […]

Why is PHP’s method of comparing different types bad?

Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I’m working on designing a new programming language and trying to decide how I will do variable comparisons. Along with many different types of […]

How are atomic operations are a dynamic language feature?

I was told that atomic operations are a dynamic language feature. I was too afraid to ask in that context what this actually means because I didn’t want my coworkers to think I’m stupid. But I actually don’t really understand this statement.

How are atomic operations are a dynamic language feature?

I was told that atomic operations are a dynamic language feature. I was too afraid to ask in that context what this actually means because I didn’t want my coworkers to think I’m stupid. But I actually don’t really understand this statement.

How are atomic operations are a dynamic language feature?

I was told that atomic operations are a dynamic language feature. I was too afraid to ask in that context what this actually means because I didn’t want my coworkers to think I’m stupid. But I actually don’t really understand this statement.

How are atomic operations are a dynamic language feature?

I was told that atomic operations are a dynamic language feature. I was too afraid to ask in that context what this actually means because I didn’t want my coworkers to think I’m stupid. But I actually don’t really understand this statement.

How are atomic operations are a dynamic language feature?

I was told that atomic operations are a dynamic language feature. I was too afraid to ask in that context what this actually means because I didn’t want my coworkers to think I’m stupid. But I actually don’t really understand this statement.

How can a statically typed language support duck typing?

I understand what dynamic and static type systems are, and what duck typing is. But I don’t understand how you can have a static language that supports duck typing. To my understanding only a dynamically typed language can support duck typing.