Hi Andrew,
thank you for these libraries : being a previous java programmer, I
find pytyp (and declarative programming in general) very
interesting :-)
Being also a previous xml user, I still lack the presence in yaml/json
of a grammar validation (useful when doing data exchange between
different companies) : the only one I could actually find was Rx :
http://rx.codesimply.com/ but it hasn't yet published an official
release.
I am simply talking to share ideas, do you think that pytyp could one
day be the basis for automatic serialisation/validation between yaml/
json and python objets ? xml-rpc data types could probably be another
application field...
Thank you for these efforts, if you need any hint about the Antlr
parser, I would gladly collaborate :-)
Best Regards,
Luca
On 19 mai, 14:55, andrew cooke <
and...@acooke.org> wrote:
> I just finished working on pytyp - a way to add type-related metadata to
> Python. You can see more info athttp://
www.acooke.org/pytyp(alsohttp://www.acooke.org/pytyp.pdf)