Talk:Loops/Infinite: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: Why was the UnixPipes entry yes SPAM removed? (I think sequences are a way to generate loops in pipes, just as recursion is used to simulate loops in functional languages like haskell)....)
 
No edit summary
Line 7: Line 7:
(see for loop too)
(see for loop too)
[[User:Rahul|Rahul]] 12:16, 11 April 2008 (MDT)
[[User:Rahul|Rahul]] 12:16, 11 April 2008 (MDT)


----
The code for many programming language is not a complete program. Why is this?

--[[Special:Contributions/79.77.166.164|79.77.166.164]] 20:06, 14 November 2009 (UTC)

Revision as of 20:06, 14 November 2009

Why was the UnixPipes entry

yes SPAM

removed? (I think sequences are a way to generate loops in pipes, just as recursion is used to simulate loops in functional languages like haskell). So a loop of printing it 5 times would be

yes SPAM | head -n 5

(see for loop too) Rahul 12:16, 11 April 2008 (MDT)



The code for many programming language is not a complete program. Why is this?

--79.77.166.164 20:06, 14 November 2009 (UTC)