Skip to content

Commit 0638b51

Browse files
Martinsostomjaguarpaw
authored andcommitted
fixes
1 parent 1d4b7f1 commit 0638b51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/get-started.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Of other editors that have good Haskell extensions, the most popular ones are Vi
5050
We have everything set up, let's use it!
5151

5252
`GHC` brings an interactive interpreter called `GHCi` together with it, which is great for playing with Haskell and trying things out, so let's give it a spin.
53-
So even though Haskell is a compiled language, it comes with an interpreter too -> how cool is that?
5453

5554
Run `ghci`, which should start a new prompt for you.
5655

@@ -109,7 +108,7 @@ Pls look at my favorite odd numbers: [11,13,15,17,19]
109108
> ghci hievb.hs
110109
... Compiling ...
111110
> main
112-
Hi evb!
111+
Hi, everybody!
113112
```
114113

115114
**PRO TIP**: Once you progress a bit more in your Haskell journey, you will very likely want to use `cabal` or `Stack` for building your projects, and not `ghc` directly.

0 commit comments

Comments
 (0)