Re: Is this make sence? Dynamic assembler for python

2010-06-21 Thread DivX
On 20 lip, 12:57, DivX sem.r...@gmail.com wrote: On 20 lip, 12:46, Steven D'Aprano st...@remove-this- cybersource.com.au wrote: On Sun, 20 Jun 2010 03:19:48 -0700, DivX wrote: On 20 lip, 02:52, Steven D'Aprano st...@remove-this- cybersource.com.au wrote: [...] I think

Re: Is this make sence? Dynamic assembler for python

2010-06-20 Thread DivX
On 20 lip, 02:52, Steven D'Aprano st...@remove-this- cybersource.com.au wrote: On Sat, 19 Jun 2010 13:36:57 -0700, DivX wrote: On 19 lip, 21:18, geremy condra debat...@gmail.com wrote: On Sat, Jun 19, 2010 at 11:53 AM, DivX sem.r...@gmail.com wrote: I found on the forum some discussion

Re: Is this make sence? Dynamic assembler for python

2010-06-20 Thread DivX
On 20 lip, 12:46, Steven D'Aprano st...@remove-this- cybersource.com.au wrote: On Sun, 20 Jun 2010 03:19:48 -0700, DivX wrote: On 20 lip, 02:52, Steven D'Aprano st...@remove-this- cybersource.com.au wrote: [...] I think that mixing assembly and python is a gimmick of very little

Is this make sence? Dynamic assembler for python

2010-06-19 Thread DivX
I found on the forum some discussion about crypting text and one guy did make assembly implementation of crypting algorithm. He dynamically generates mashine code and call that from python. Here are impressive results http://www.daniweb.com/code/snippet216632-5.html Is this better approach then

Re: Is this make sence? Dynamic assembler for python

2010-06-19 Thread DivX
On 19 lip, 21:18, geremy condra debat...@gmail.com wrote: On Sat, Jun 19, 2010 at 11:53 AM, DivX sem.r...@gmail.com wrote: I found on the forum some discussion about crypting text and one guy did make assembly implementation of crypting algorithm. He dynamically generates mashine code