Re: [GD-General] Re: Scripting Systems
Brought to you by:
vexxed72
From: Alen L. <ale...@cr...> - 2004-02-01 09:44:26
|
From: "Brian Hook" <ho...@py...> >They are, but this wasn't really meant to be a "how do I fix this in >Lua" type question, but more of a "do all dynamically typed scripting >languages suffer from similar problems?" question. PMFJI, but I'd say that bare fact that a language is dynamically typed gives you enough rope to hang yourself in the exact ways that you describe. Wanting a language to provide both the flexibility of dynamic typing and safety of static typing at the same time sounds a bit strange. You would need a language where some types are static and some are dynamic. If anybody knows of such, I'd like to know too. :) Alen |