"Charles Vaughn" <[EMAIL PROTECTED]> wrote:
> I'm looking for a way of modifying the compiler to eliminate any loops and
> recursion from code. It's for a high speed data processing application.
> The alternative is a custom language that is little more than gloryfied
> assembly. I'd like to be
On 7/28/06, Charles Vaughn <[EMAIL PROTECTED]> wrote:
I'm looking for a way of modifying the compiler to eliminate any loops and recursion from code. It's for a high speed data processing application. The alternative is a custom language that is little more than gloryfied assembly. I'd like to b
I'm looking for a way of modifying the compiler to eliminate any loops and recursion from code. It's for a high speed data processing application. The alternative is a custom language that is little more than gloryfied assembly. I'd like to be able to use everything else around Python, but we ca