Re: The fate of Euphoria=20
- Posted by Tone Škoda <tskoda at email.si> Nov 11, 2004
- 419 views
Patrick Barnes wrote: > Well, that's what the 'of' specification is. An enhancement to the > types system that makes them much faster, and more capable. with type_check is sometimes really very slow. I don't know why. I have EXTRA_DEBUG constant, and then i do this: if EXTRA_DEBUG then <slow type checking and debugging code> end if