2020-06-10: Haskell for imperative programmers is a series of short videos (10-15 mins) that are very good!
albohlabs/awesome-haskell – A curated list of amazingly awesome Haskell articles and talks for beginners.
argumatronic
); The post date says Jan 1, 1970… sure… reddit thread has good discussion.What are some of the low-friction ways of using Haskell?
If you get can't load .so/.DLL for
when installing cabal package:
put shared: True
in ~/.cabal/config
Sandbox:
cabal sandbox init
cabal init #to init a new proj.
remember to
export HASKELL_PACKAGE_SANDBOX=.cabal-sandbox/x86_64-osx-ghc-7.6.3-packages.conf.d
inside the cabal sandbox.
See www.btbytes.com/stack.yaml
for dependencies.
stack new myproj
cd myproj
stack init
brew install zmq
stack exec ipython -- notebook
Note: iHaskell binary is installed in ~/.local/bin
:
Copied executables to /Users/pgowda/.local/bin/:
- ihaskell
(not sure if the above two lines are actually important …)