RE: Paradigms was RE: [GD-General] Compile times/scripting/oop
Brought to you by:
vexxed72
|
From: Brian H. <bri...@py...> - 2002-12-10 21:33:55
|
If by "paradigms" you mean OOP vs. procedural/imperative vs. functional vs. logic, I think there are some pretty good comparisons of these on the net. There's also the issue of static vs. dynamic typing in an OOP system, e.g. Obj-C vs. C++ (actually, not entirely fair -- Obj-C encourages static type checking but doesn't require it, another reason why it's The Greatest LANGWIJ EVAR!). http://www.cs.williams.edu/~andrea/cs373/Lectures/lecture5-6.pdf -Hook |