Popular Haskell Programming Tips
Quickly add a license to your GitHub repository
Gonçalo Morais
·
2 responses
·
haskell, repository, git, license
Setting a lambda prompt in Haskell
Owain Lewis
·
4 responses
·
haskell, functional programming, ghci
Wishing you a multilingual Christmas
Anthony Levings
·
13 responses
·
ruby, php, python, perl
You don't need to have "Prelude" in your ghci prompt
Abizer Nasir
·
2 responses
·
haskell, prompt, ghci
Testing almost any code in browser
Joel Kirchartz
·
4 responses
·
jquery, ruby, python, clojure
Install Haskell's Cabal/Stack on Ubuntu
Abdelkader Boudih
·
0 responses
·
haskell, stack, snippets, cabal
Better Vim Syntastic Symbols
Ben Doerr
·
0 responses
·
haskell, vim, vimrc, syntastic
Obtaining a beautiful, usable xmonad configuration
Taurus Olson
·
0 responses
·
haskell, xmonad
Arch User Repository (AUR) from command line
Luiz Branco
·
0 responses
·
haskell, arch linux, linux
why learn new languages? Simple! It gives perspective
Gideon Israel Dsouza
·
9 responses
·
python, perl, haskell, languages
Lint your code!
Tim Heap
·
0 responses
·
python, haskell, vim, development
Cabal sandboxes and GHCi support
maloi
·
0 responses
·
haskell, repl, ghci, cabal
Install pandoc on Mac OS X 10.8
Jun Lin
·
0 responses
·
haskell, osx, pandoc
Nondeterminism in Haskell with concatMap
Wyatt Allen
·
0 responses
·
haskell, monads, fp, nondeterminism
How to run Yesod interactively in GHCi (Haskell)
Kenneth Falck
·
2 responses
·
haskell, interactive, ghci, yesod
Customise your ghci settings.
Abizer Nasir
·
0 responses
·
haskell, settings, ghci
Textmate 2 (9147) && Haskell.bundle
Artyom Loenko
·
0 responses
·
haskell, textmate, textmate 2, haskell.bundle
The Haskell equivalent of Clojure's "juxt" is "sequence".
Russell Dunphy
·
0 responses
·
clojure, haskell, juxt
Haskell Async lib
DeTeam
·
2 responses
·
haskell
conduits
Astro
·
0 responses
·
haskell, stream processing
Parallel installs (cabal install -j)
maloi
·
1 response
·
haskell, cabal
Pattern Synonyms
maloi
·
0 responses
·
haskell, ghc
An elegant Perl quick sort with inspiration from Haskell
Gideon Israel Dsouza
·
1 response
·
perl, haskell, sorting, quick-sort