Re: Type and value checking in Python!

new topic     » goto parent     » topic index » view thread      » older message » newer message
ghaberek said...

Is this the same thing?

Pyre: Fast Type Checking for Python

-Greg

No, this looks like it is another way of implementing static type checking. The Euphoria notion of type check would be better called "value check". The meta programming approach also allows this but at the cost of speed.

Whereas a static type may be less flexible, it is possible to do before running the program you're writing. Python meta programming cannot do this.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu