Talk:Haskell in 5 steps

From HaskellWiki
Revision as of 12:54, 26 March 2007 by MathematicalOrchid (talk | contribs) (Just noticing...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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...)

MathematicalOrchid 12:54, 26 March 2007 (UTC)