Difference between revisions of "Talk:Simple Unix tools"

From HaskellWiki
Jump to navigation Jump to search
m (Talk:Simple unix tools moved to Talk:Simple Unix tools)
(Updated "textbooks" link.)
Line 8: Line 8:
 
you can find them via [http://haskell.org/hoogle Hoogle].
 
you can find them via [http://haskell.org/hoogle Hoogle].
   
To really learn the language I suggest [http://www.cs.utah.edu/~hal/docs/daume02yaht.pdf Yet Another Haskell Tutorial], or one of the [[Books_and_tutorials|textbooks]]. [[User:DonStewart|dons]] 11:53, 12 October 2006 (UTC)
+
To really learn the language I suggest [http://www.cs.utah.edu/~hal/docs/daume02yaht.pdf Yet Another Haskell Tutorial], or one of the [[Books|textbooks]]. [[User:DonStewart|dons]] 11:53, 12 October 2006 (UTC)

Revision as of 05:34, 9 December 2007

to a beginner like me, this looks very cute. but it's also rather uninformative, since not very thoroughly commented. where do expressions such as words, unwords, concat etc. come from? what do they mean? if i knew more about haskell, i could probably find this out very easily, but i don't. and since beginners seem to be the target audience, i think this page could use some more explanations... certainly looks impressive, though ;-)

regards, v.

Yes, I agree. It is very sparsely commented. However, functions are hyperlinked, taking you to their definition in the Prelude. Also, you can find them via Hoogle.

To really learn the language I suggest Yet Another Haskell Tutorial, or one of the textbooks. dons 11:53, 12 October 2006 (UTC)