|
|
|
|
|
by illumen
5719 days ago
|
|
Macros can be used in python. There are a few libraries that help make it easier(so you do not need to manipulate the ast yourself). For example: @macro
def macroname(arg1, arg2):
... macro contents ...
There's some current information for you old time lispers, so next time you don't sound so dated in your Battles with Trolls in the great never ending language war flames ;) |
|