User defined pipe and redirection operators: Difference between revisions

m
→‎{{header|Phix}}: added to Phix/Class
m (→‎{{header|Phix}}: comment -> use new requires() builtin)
m (→‎{{header|Phix}}: added to Phix/Class)
Line 621:
=={{header|Phix}}==
{{trans|Go}}
{{libheader|Phix/Class}}
You could of course do things more character-by-character or line-by-line, and/or farm things out to separate
threads/tasks, but the latter would need some suspend/resume/scheduling, along with explicit eof markers.
7,794

edits