skip to content
Centre for Conceptual Modelling and Implementation
Group's Wiki
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
ODT export
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
•
haskell
programming:haskell
This is an old revision of the document!
−
Table of Contents
Haskell
Rationale
Courses and Fundamental topics
Problems Solving
Specific Topics
Tooling
VIM
Libraries
Web Development
Server Side
Client Side
Examples and Projects
Style
Advanced
Discussion
Haskell
Rationale
why_functional_programming_matters.pdf
how_functional_programming_mattered.pdf
https://dzone.com/articles/why-haskell-matters
http://programmers.stackexchange.com/questions/279316/what-exactly-makes-the-haskell-type-system-so-revered-vs-say-java/
https://www.reddit.com/r/haskell/comments/3f4s3r/advantages_and_disadvantages_of_haskell_in/
https://code.facebook.com/posts/745068642270222/fighting-spam-with-haskell/
https://www.reddit.com/r/haskell/comments/3h7fqr/what_are_haskellers_critiques_of_scala/
https://www.reddit.com/r/haskell/comments/3h5og6/i_now_tend_to_think_that_the_concepts_behind_all/
http://jfeltz.com/posts/2015-08-30-cost-decreasing-software-architecture.html
http://www.leonmergen.com/code/2015/12/04/on-stateless-software-design-what-is-state.html
Courses and Fundamental topics
Learn You a Haskell for Great Good (LYAH)
https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0
The Craft of Functional Programming
Haskell School of Expression
Real World Haskell
What I Wish I Knew When Learning Haskell
https://wiki.haskell.org
https://www.fpcomplete.com/
http://nptel.ac.in/courses/106106137/
https://www.reddit.com/r/haskell/comments/3j36wc/haskell_tutorial_collection/
http://learn.hfm.io/higher_order.html
http://stackoverflow.com/questions/15530511/how-to-edit-nth-element-in-a-haskell-list
Problems Solving
http://research.microsoft.com/en-us/um/people/simonpj/papers/financial-contracts/contracts-icfp.htm
https://www.reddit.com/r/haskell/comments/3ez1k4/how_would_you_design_this_program_in_haskell/
http://blog.ezyang.com/2010/05/design-patterns-in-haskel/
https://www.reddit.com/r/haskell/comments/3r8x5m/best_way_to_model_a_deck_of_cards/
http://ideas.cs.uu.nl/FPTutor/
http://www.parsonsmatt.org/2015/12/09/exploratory_haskell.html
Specific Topics
http://www.haskellforall.com/2015/10/polymorphism-for-dummies.html
http://www.gilmi.xyz/post/2015/08/12/how-haskell-models-io
https://www.reddit.com/r/haskell/comments/3hqvzi/how_to_accomplish_edits_of_a_large_dataset_in
https://www.reddit.com/r/haskell/comments/3is2ay/what_gui_libray_do_you_userecommend/
https://www.reddit.com/r/haskell/comments/3wxggs/whats_the_best_way_to_create_gui_for_haskell/
http://www.alexeyshmalko.com/2015/haskell-string-types/
https://www.reddit.com/r/haskell/comments/3u5ryh/fast_way_to_serialize_haskell_objects/
http://kwangyulseo.com/2014/02/06/multi-line-strings-in-haskell/
Tooling
https://www.haskell.org/hoogle/
https://github.com/alanz/HaRe
FP Haskell Center
https://www.reddit.com/r/haskell/comments/3ni7fb/is_there_any_ide_or_plugin_for_haskell_that_does/
https://www.reddit.com/r/haskell/comments/3oa0ht/is_there_a_simple_way_to_automatically_visualize/
https://www.reddit.com/r/haskell/comments/3voe9p/debugging_haskell_programs/
VIM
http://www.stephendiehl.com/posts/vim_haskell.html
http://blog.mno2.org/posts/2011-11-17-vim-plugins-for-haskell-programmers.html
https://github.com/eagletmt/neco-ghc
https://github.com/begriffs/haskell-vim-now
Libraries
https://github.com/krispo/awesome-haskell
http://www.haskellforall.com/2015/08/state-of-haskell-ecosystem-august-2015.html?m=1
Web Development
Server Side
http://stackoverflow.com/questions/5645168/comparing-haskells-snap-and-yesod-web-frameworks
http://zyghost.com/articles/Renderable.html
https://robots.thoughtbot.com/a-rest-api-with-haskell-and-snap
Client Side
http://haste-lang.org/
https://github.com/ghcjs/ghcjs
https://www.airpair.com/haskell/posts/haskell-tutorial-introduction-to-web-apps
http://ifeanyi.co/posts/client-side-haskell/
https://speakerdeck.com/mkscrg/electron-react-and-haskell-oh-my
http://stackoverflow.com/questions/9210412/recommended-reading-tutorials-to-understand-reactive-banana-frp-library
Examples and Projects
http://utdemir.com/posts/modeling-the-hardest-logic-puzzle-ever-in-haskell.html
http://zyghost.com/articles/Renderable.html
https://www.reddit.com/r/haskell/comments/3l2b7q/good_midsized_projects_for_learning_haskell/
https://gist.github.com/ToJans
https://www.reddit.com/r/haskell/comments/3pqdln/large_applications_written_using_frp/
https://github.com/divipp/lensref/wiki
The Road to Running Haskell at Facebook Scale
Style
http://stackoverflow.com/questions/7746894/are-there-pronounceable-names-for-common-haskell-operators
https://www.reddit.com/r/haskell/comments/3ple0s/google_styleguide_for_haskell/
Advanced
Category Theory for Programmers
https://www.reddit.com/r/haskell/comments/3m9nyp/category_theory_the_essence_of_interfacebased/
https://www.reddit.com/r/haskell/comments/3k17md/is_there_anything_more_powerful_than_monads/
https://www.reddit.com/r/haskell/comments/3lnhkp/monad_and_comonad_insights/
http://fvisser.nl/post/2013/okt/1/fclabels-2.0.html
http://www.parsonsmatt.org/2015/11/15/template_haskell.html
https://www.reddit.com/r/haskell/comments/3vfrik/can_i_put_constraints_on_type_constructors/
https://www.reddit.com/r/haskell/comments/3wxh7a/transducers_why_and_how/
https://www.reddit.com/r/haskell/comments/3wkofz/traversal_of_lens_with_maybe_fields/
You could leave a comment if you were logged in.
programming/haskell.1452610779.txt.gz
· Last modified: 2016/01/12 15:59 by
robert_pergl
Page Tools
Show pagesource
Old revisions
Backlinks
ODT export
Back to top