Difference between revisions of "Talk:Haskell in 5 steps"

From HaskellWiki
Jump to navigation Jump to search
(Just noticing...)
 
Line 2: Line 2:
   
 
2. The example with <code>let</code> is only going to work in GHCi, not Hugs. (Don't want to confuse beginners with that one...)
 
2. The example with <code>let</code> is only going to work in GHCi, not Hugs. (Don't want to confuse beginners with that one...)
  +
  +
3. "We're kidding" when we say "we recommend a <b>Gentle Introduction to Haskell</b>" for beginning Haskell-folk, aren't we?
   
 
[[User:MathematicalOrchid|MathematicalOrchid]] 12:54, 26 March 2007 (UTC)
 
[[User:MathematicalOrchid|MathematicalOrchid]] 12:54, 26 March 2007 (UTC)

Revision as of 20:18, 2 April 2007

1. Is there a difference between ghc -o hello hello.hs and ghc --make hello? Which one is preferable?

2. The example with let is only going to work in GHCi, not Hugs. (Don't want to confuse beginners with that one...)

3. "We're kidding" when we say "we recommend a Gentle Introduction to Haskell" for beginning Haskell-folk, aren't we?

MathematicalOrchid 12:54, 26 March 2007 (UTC)