lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

> You might be interested in this Python implementation, which overloads
> the "|" operator to allow shell-like syntax.
>
> The original article site seems to be broken, so here is a cached copy:
>
> <http://64.233.161.104/search?q=cache:fCNw4uZsxy8J:aspn.activestate.com/ASPN/Cookbook/Python/Recipe/276960+%22pipe+syntax%22+python&hl=en&ie=UTF-8>

This is kind of cool, thanks. But to do something like this in Lua we
would need to override an operator like the '<', and I am not sure it
would look as good.

[]s,
Diego.