On Fri, 16 May 2008 10:13:04 -0400
"inhahe" <[EMAIL PROTECTED]> wrote:
> Can anyone give me pointers/instructions/a template for writing a Python 
> extension in assembly (or better, HLA)?

I am trying to imagine the requirements document for your project.

 - Must be error prone and hard to debug
 - Must take an order of magnitude longer to write
 - Must be unportable to other systems

Really, why don't you write your etension in C?  Do you really think
you will improve your code by writing it in assembler?  Even embedding
assembler in C code make it unportable and I find it hard to imagine
anything that you want to do in a Python context that can't be done at
least as well in C if not pure Python.

Just curious is all.

-- 
D'Arcy J.M. Cain <[EMAIL PROTECTED]>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to