Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serras/emacs-haskell-tutorial
Tutorial on setting up Emacs to do Haskell programming
https://github.com/serras/emacs-haskell-tutorial
Last synced: 4 days ago
JSON representation
Tutorial on setting up Emacs to do Haskell programming
- Host: GitHub
- URL: https://github.com/serras/emacs-haskell-tutorial
- Owner: serras
- Created: 2014-08-05T14:33:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T19:52:45.000Z (over 7 years ago)
- Last Synced: 2024-10-31T16:56:46.223Z (11 days ago)
- Language: Emacs Lisp
- Size: 138 KB
- Stars: 689
- Watchers: 40
- Forks: 100
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Emacs for Haskell development
[![Join the chat at https://gitter.im/serras/emacs-haskell-tutorial](https://badges.gitter.im/serras/emacs-haskell-tutorial.svg)](https://gitter.im/serras/emacs-haskell-tutorial?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Emacs is a text editor with an amazing support for extensions. Many people have built add-ons for Emacs to deal with everything from e-mail to version control or agenda planning, but it excels in providing good support for programming. Haskell has actually an amazing support, which integrates highlighting, querying information, building with Cabal and even refactoring!
If you want to know how to set up this awesome environment, follow [the tutorial](tutorial.md). Later, you can use [the Emacs configuration file](dot-emacs.el) as a template for your own `.emacs.d/init.el` or `.emacs`.