Yesterday there was an article on Slashdot:
It is about automatic code generation.
I got interrested in the subject, did a web search, and it seems kind of
powerfull.
My main interrest is web development in Zope/CMF/Plone, where there is a
lot of repeated code in the products. So automated code generation seems
like a natural fit.
But every time I think of a use case, I immediately think of a way to do
it with encapsulation instead.
Does anybody have any experience using Python and automated code
generation where it actually make sense?
Or os it useless in a language as dynamic as Python?
regards max M
It is about automatic code generation.
I got interrested in the subject, did a web search, and it seems kind of
powerfull.
My main interrest is web development in Zope/CMF/Plone, where there is a
lot of repeated code in the products. So automated code generation seems
like a natural fit.
But every time I think of a use case, I immediately think of a way to do
it with encapsulation instead.
Does anybody have any experience using Python and automated code
generation where it actually make sense?
Or os it useless in a language as dynamic as Python?
regards max M
Comment