Jump to content

User defined pipe and redirection operators: Difference between revisions

m
Line 513:
 
=={{header|Julia}}==
Uses Julia's Channels as asynchronous pipes. Note that the $( .. ) Unix command, which gathers stdin output into a single variable, is not used. Instead, a common output channel for various tasks is used to gather output. Sort() rather than sort() is used so as not to overload Base.sort().
<lang julia>const LISTDATA = """
Wil van der Aalst business process management, process mining, Petri nets
4,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.