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 exactly a macro. Depending on the "macro", just
define a name.
But every program uses functions why cant yours ?

-- 
-- Guilherme H. Polo Goncalves
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to