|
|
|
|
|
by greggyb
3645 days ago
|
|
I understand how a lisp implementation would work here to require only the single operator (I'm assuming a fairly simple macro). Would it not be possible to do something similar in another functional language to take a <pipe function> and apply it sequentially to a list of function calls? |
|