Category:UnixPipes: Difference between revisions

→‎Deleted solutions: Sieve of Eratosthenes
(Adding a new tool unfold)
(→‎Deleted solutions: Sieve of Eratosthenes)
 
(2 intermediate revisions by the same user not shown)
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).
|hopl=no
}}
''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 ⟶ 29:
 
</lang>
 
== Deleted solutions ==
We delete a UnixPipes solution when it is too similar to its UNIX Shell equivalent, or when it is incorrect (but the UNIX Shell solution is correct).
 
# [[Hello world/Standard error]] -- Merged to UNIX Shell.
# [[Sieve of Eratosthenes]] -- Deleted for being incorrect.
# [[Sockets]] -- Merged to UNIX Shell.
# [[String case]] -- Merged to UNIX Shell.
Anonymous user