Talk:User defined pipe and redirection operators: Difference between revisions

Simplify description
(Simplify description)
Line 240:
 
:This comment reminds me of: http://jlouisramblings.blogspot.com/2011/07/erlangs-parallelism-is-not-parallelism.html -- or, from my point of view: we talk about "concurrency" and "parallelism" as if they were simple things when in fact they can represent a range of concepts, many of which are only loosely related to each other. Meanwhile, depending on the application, some of those concepts can be undesirable even though others are desirable. All of which can matter when dealing with issues of scope and practicality. --[[User:Rdm|Rdm]] 17:20, 21 September 2011 (UTC)
 
== Simplify description ==
 
Maybe the task description should simply read:
 
Create "user defined" the equivalents of the Unix shell "<", "|", ">", "<<", ">>" and $(cmd) operators and demonstate their operation.
 
Languages that do not support user defined operators should be omitted.
 
[[User:Markhobley|Markhobley]] 22:51, 9 February 2013 (UTC)