Re: Euphoria typing discipline
- Posted by mattlewis (admin) Dec 29, 2010
- 1168 views
smudger said...
Euphoria uses both static and dynamic types.
Some aspects of euphoria are strongly typed (think about trying to get a truth value when comparing a sequence and an atom), and others are weakly typed (an atom converted to an integer and vice versa).
I suppose that a euphoria atom is a union type of euphoria integers and doubles, and of course an object can be anything.
Matt