[Python-Dev] Cython for cPickle? (original) (raw)
Matt Joiner anacrolix at gmail.com
Thu Apr 19 16:13:31 CEST 2012
- Previous message: [Python-Dev] Cython for cPickle?
- Next message: [Python-Dev] Cython for cPickle?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Personally I find the unholy product of C and Python that is Cython to be more complex than the sum of the complexities of its parts. Is it really wise to be learning Cython without already knowing C, Python, and the CPython object model?
While code generation alleviates the burden of tedious languages, it's also infinitely more complex, makes debugging very difficult and adds to prerequisite knowledge, among other drawbacks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120419/1bfb4c9f/attachment.html>
- Previous message: [Python-Dev] Cython for cPickle?
- Next message: [Python-Dev] Cython for cPickle?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]