[RFC] PipelessPipes.jl (now Chain.jl)

Thank you.
I don’t think I can avoid the _ since split isn’t a DataFrame specific function I can just put split( :A, ‘/’)

No, you can’t do that. The :A only works inside DataFramesMeta macros. DataFrames does not (yet) have an @insertcols! macro that would enable substitutions like that.