> I agree there's some fat that could be trimmed there, but not sure
> it'd be worth the effort.

You’re probably right. Its a problem writing a compiler in a language
wholy unsuited for the job. Even with a more suitable language,
emitting code, in the right order, with just the things actually required,
is difficult. I use a multi-pass predictive system and a multi-pass
code generator and I find bugs all the time because it isn’t run by
actually dependencies but predicted ones. 



—
John Skaller
skal...@internode.on.net





_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to