Sorting algorithms/Sleep sort: Difference between revisions

replace dead link to 4chan's /prog/ with archive link
(add Tcl 8.6 version with coroutine)
(replace dead link to 4chan's /prog/ with archive link)
Line 4:
Task: Write a program that implements sleep sort. Have it accept non-negative integers on the command line and print the integers in sorted order. If this is not idomatic in your language or environment, input and output may be done differently. Enhancements for optimization, generalization, practicality, robustness, and so on are not required.
 
Sleep sort was [httphttps://disarchive.4chan.org/read/progfo/1295544154xhGo presented] anonymously on 4chan and has been [http://news.ycombinator.com/item?id=2657277 discussed] on Hacker News.
 
=={{header|Ada}}==
Anonymous user