8000 Merge pull request #5 from DzyubSpirit/master · HowProgrammingWorks/Tools@aeac998 · GitHub
[go: up one dir, main page]

Skip to content

Commit aeac998

Browse files
authored
Merge pull request #5 from DzyubSpirit/master
Tools list for Haskell
2 parents ef99ec1 + d11c52a commit aeac998

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

Haskell/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Haskell Development Tools
22
| [English](README.md) | [Русский](README.ru.md) |
33

4-
(document is under development)
5-
64
Required software:
7-
1. Compilers:
8-
2. Linters:
9-
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
5+
1. Compilers: [Haskell Platform](https://www.haskell.org/platform/) which includes [GHC](https://www.haskell.org/ghc/download) (Glasgow Haskell Compiler), GHCi(interpreter), [Cabal](https://www.haskell.org/cabal/download.html) (build system), [Stack](https://docs.haskellstack.org/en/stable/README/) (tool for developing projects).
6+
2. Linters: [HLint](https://hackage.haskell.org/package/hlint), [ghc-mod](http://www.mew.org/~kazu/proj/ghc-mod/en/).
7+
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/), [Darks](http://darcs.net/).
108

119
Optional tools:
12-
1. IDE - Integrated development environment: [Brackets](http://brackets.io/), [Atom](https://atom.io/)
10+
1. IDE - Integrated development environment: [Leksah](http://leksah.org/), [Brackets](http://brackets.io/), [Atom](https://atom.io/)
1311
2. CI - Continuous Integration - [TravisCI](https://travis-ci.org/)

Haskell/README.ru.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Инструменты разработчика Haskell
22
| [English](README.md) | [Русский](README.ru.md) |
33

4-
(документ в процессе написания)
5-
64
Обязательные компоненты:
7-
1. Компиляторы:
8-
2. Линтеры:
9-
3. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
5+
1. Компиляторы: [Haskell Platform](https://www.haskell.org/platform/), которая включает [GHC](https://www.haskell.org/ghc/download) (Glasgow Haskell Compiler), GHCi(интерпретатор), [Cabal](https://www.haskell.org/cabal/download.html) (система сборки), [Stack](https://docs.haskellstack.org/en/stable/README/) (инструмент для разработки проектов).
6+
2. Линтеры: [HLint](https://hackage.haskell.org/package/hlint), [ghc-mod](http://www.mew.org/~kazu/proj/ghc-mod/en/).
7+
3. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/), [Darks](http://darcs.net/).
108

119
Опциональные компоненты:
12-
1. IDE - редактор или среда разработки: [Brackets](http://brackets.io/), [Atom](https://atom.io/)
10+
1. IDE - редактор или среда разработки: [Leksah](http://leksah.org/), [Brackets](http://brackets.io/), [Atom](https://atom.io/)
1311
2. CI - непрерывная интеграция - [TravisCI](https://travis-ci.org/)

0 commit comments

Comments
 (0)
0