Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haskell 入門メタ情報 2020 #193

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions preprocessed-site/posts/2020/meta-introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Haskell入門メタ情報2020
headingBackgroundImage: ../../img/background.png
headingDivClass: post-heading
author: Kazuki Okamoto
postedBy: <a href="https://twitter.com/kakkun61">Kazuki Okamoto (@kakkun61)</a>
date: June X, 2020
tags: []
---

こんにちは。

ここ数年のHaskellはちょっと見ないうちに新ツールが出ていたりして、入門するとき・再開するときに「あれ?書籍はこう書いているけど、ウェブの記事では別のツールを使っている」という箇所でつまづくことが多くなっているように感じます。

そういうわけでこの記事ではHaskellそのものではなくその周辺ツールについて解説していきます。

# コンパイラーおよびパッケージマネージャー

2020年6月現在、GHCおよびパッケージマネージャーをインストールするための選択肢としては次のものがあります。

- Haskell Platform
- GHCup
- Stack
- OSのパッケージマネージャー
- YUM・APTなど
- Homebrewなど
- Chocolateyなど

それぞれの詳細は後述するとして、まずはどれを選ぶべきかのフローチャートをお見せします。

![setup flowchart](/img/meta-introduction/setup-flowchart.png)

## Haskell Platform

## GHCup

## Stack

## OSのパッケージマネージャー

# GHC

そもそもGHC以外のコンパイラーはないの?

# オンライン実行環境
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lotz84 頼んだよ:+1:


- https://repl.it/
- https://paiza.io/
- http://wandbox.org/
- http://code.world/haskell