wkoiking / haskell-from-scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

はじめ方

先ずインターネットに繋がっていることを確認。

stackのインストール

以下のURLからstackをインストールする。

https://docs.haskellstack.org/en/stable/install_and_upgrade/#windows

Git for Windowsのインストール

以下のURLからGit for Windowsをインストールする。

https://git-for-windows.github.io/

Haskellを開始する!

Git bashから下記のコマンドを実行する。

$ cd ~
$ git clone https://github.com/wkoiking/haskell-from-scratch.git
$ cd haskell-from-scratch
$ stack setup
$ stack ghci

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%