Tagged Questions
The static-language tag has no wiki summary.
5
votes
4answers
472 views
OOP and Dynamic Typing (not Static vs Dynamic)
What OOP principles, if any, don't apply or apply differently in a dynamically typed environment as opposed to a statically-typed environment (for example Ruby vs C#)? This is not a call for a Static ...
2
votes
4answers
241 views
Dynamic languages Vs Static languages (can this two be together in the same place)
programming languages are grouped it 2 main classes "Dynamic" & "Static".
- Is this always the case a programming language is in one of them and not in both, I mean can a language be dynamic and ...
2
votes
9answers
604 views
Can statically compiled languages replace scripting language?
Assuming you can get a dynamic interrupter; can statically compiled languages replace scripting language? I never quite understood why anyone would use a scripting language? I am talking about on PC, ...
1
vote
5answers
263 views
can anybody explain C C++ Java regarding dynamic or static language
can anybody explain C C++ Java regarding dynamic typed or static typed language.
I read somewhere that C C++ and Java are all static language. But I recall there are other opinions about these. Very ...