Re: macro in python

2008-03-12 Thread Dan Stromberg
On Wed, 27 Feb 2008 16:24:02 +0530, bharath venkatesh wrote: > hi .. > how to create macro in python for set of instruction that is done > frequently but too less in number to ignore the overhead of function > call ... > hi ..    how to create macro in python for set of > instruction that is d

Re: macro in python

2008-02-27 Thread Terry Reedy
"Guilherme Polo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | 2008/2/27, bharath venkatesh <[EMAIL PROTECTED]>: | > how to create macro in python for set of instruction that is done | > frequently but too less in number to ignore the overhead of function call You can't in

Re: macro in python

2008-02-27 Thread Guilherme Polo
2008/2/27, bharath venkatesh <[EMAIL PROTECTED]>: > hi .. > how to create macro in python for set of instruction that is done > frequently but too less in number to ignore the overhead of function call > ... > > -- > http://mail.python.org/mailman/listinfo/python-list > There is lambda, not e