Category:UnixPipes: Difference between revisions

Add note about deleted solutions.
(Adding a new tool unfold)
(Add note about deleted solutions.)
Line 1:
{{language}}
{{language}}'''Unix Pipes''' is a collection of tools which doesn't use any Turing complete sublanguages. The idea of the system is to solve programming problems using only the pipelines alone. The tools are not restricted to the commonly available tools in [[UNIX]]. Any new tool is allowed as long as it is sharp enough. (i.e does one and only one thing very well).
''UnixPipes is really the same language as [[:Category:UNIX Shell|UNIX Shell]].''
 
{{language}}'''Unix Pipes''' is a collection of tools which doesn't use any Turing complete sublanguages. The idea of the system is to solve programming problems using only the pipelines alone. The tools are not restricted to the commonly available tools in [[UNIX]]. Any new tool is allowed as long as it is sharp enough. (i.e does one and only one thing very well).
 
If a new tool is introduced, a description of the tool is required.
Line 24 ⟶ 27:
 
</lang>
 
== Deleted solutions ==
The existence of two categories (UnixPipes and [[:Category:UNIX Shell|UNIX Shell]]) for the same language is not convenient. We deleted these UnixPipes solutions by merging them into equivalent UNIX Shell solutions:
 
# [[Hello world/Standard error]]
# [[Sockets]]
# [[String case]]
Anonymous user