Re: Euphoria typing discipline
- Posted by DerekParnell (admin) Dec 29, 2010
- 1186 views
smudger said...
Euphoria is both static and dynamic.
Static means that the parser enforces and/or uses type declaration information to create the appropriate IL for statements.
Dynamic means that type information is worked out at execution time and the appropriate code is selected then.