> Here's the straw man for an integration api for dynamic languages.
>
> typedef enum value_type{
> dia_INTEGER,
> dia_FLOAT,
> dia_ASCII,
> dia_UNISTRING,
> dia_BYTESTRING,
> dia_ARRAY,
> dia_HASH,
> dia_OBJECT
> } value_type;
Boolean and Null? Null is sort of an oddball, but when dealing with
databases a NULL field is quite distinct from an empty string, a 0 or
however else you might otherwise choose to represent it.
-Rasmus>
- Re: [Python-Dev] Parrot -- should life imitate satire? Gavin Sherry
- Re: [Python-Dev] Parrot -- should life imitate satire? Rasmus Lerdorf
- Re: [Python-Dev] Parrot -- should life imitate satir... Sterling Hughes
- Re: [Python-Dev] Parrot -- should life imitate satire? Owen Taylor
- Re: [Python-Dev] Parrot -- should life imitate satir... Owen Taylor
- Re: [Python-Dev] Parrot -- should life imitate satir... Rasmus Lerdorf
- Re: [Python-Dev] Parrot -- should life imitate satire? Sterling Hughes
- Re: [Python-Dev] Parrot -- should life imitate satire? Paul Prescod
- Re: [Python-Dev] Parrot -- should life imitate satire? Rasmus Lerdorf
- Re: [Python-Dev] Parrot -- should life imitate satir... Sterling Hughes
- Re: [Python-Dev] Parrot -- should life imitate satire? Mathieu Bouchard
- Re: [Python-Dev] Parrot -- should life imitate satire? Owen Taylor
- Common Language Extension API Strawman Paul Prescod
- Re: [Python-Dev] Parrot -- should life imitate satire? Paul Prescod
- Re: [Python-Dev] Parrot -- should life imitate satire? Dan Sugalski
- Re: [Python-Dev] Parrot -- should life imitate satire? Paul Prescod
