DEV Community

Interest in a Haskell tutorial?

DrBearhands on July 11, 2019

I'd been toying with the idea of writing a few things up on how to get started with Haskell development, but thought nobody would be interested. T...
Collapse
 
gypsydave5 profile image
David Wickes

Not that I wish to influence the good doctor too much... but were he to present a tutorial in Haskell that could be added to

GitHub logo gypsydave5 / todo-mvp

The non-SPA version of the todo list app

Todo-MVP

The objective of this project is to demonstrate that it is relatively simple to build web applications using HTML, CSS and a small amount of server side code written in a language of your choice.

It's the Todo Minimum Viable Product - the simplest and most extensible application you can write - but perhaps it's also the Most Valuable Player in your web development toolkit. I like to think so!

META-TODO

  • Working Todo-MVP application
  • Nice CSS
  • Good a11y
  • Simple acceptance test
  • Best in class a11y
  • Implement in multiple languages
  • Multiple CSS files
  • Automated deployment
  • Automate the acceptance test
  • ???
  • PROFIT!

The Todo Application

The project consists (or will consist) of the following:

  • Many Todo applications, written in multiple languages, all each serving the same HTML and implementing the same API.
  • An acceptance test to confirm that the application does the above

Principles

Whereas I respect the skill and effort…

I'm sure that'd be great... 😄

Collapse
 
drbearhands profile image
DrBearhands

I'm in two minds about this. On one hand it is pretty much a standard and standards are nice. On the other hand, I'm still rather conflicted about what is the "best" way of making a frontend, so I'd rather not push a particular (mental) framework on this subject.

It does not help that my own frontend is rather simplistic.

Luckily there is a lot of interesting stuff to cover before getting to the frontend, so I can postpone the decision.

Collapse
 
gypsydave5 profile image
David Wickes

I'm still rather conflicted about what is the "best" way of making a frontend

I'm a big fan of offensively simple HTML, as it's accessible and comprehendible to most developers - and so that's what the spec of Todo-MVP requires.

Collapse
 
deciduously profile image
Ben Lovy

I'd be interested, yes. I'm with Michael, though - the world doesn't need another monad tutorial, but could use a "practical application of monadic IO in a real-world setting" tutorial. It's a different thing, but I think that's what you're talking about here. I feel I have a good grasp on what a monad is and how to apply them, but my Haskell has never managed to progress much beyond coding-challenge one-offs. I'm intimidated to sit down and build an API with it.

Collapse
 
theodesp profile image
Theofanis Despoudis • Edited

I would be interested in a Practical Haskell tutorial similar to packtpub.com/programming/the-pytho... or
packtpub.com/programming/the-java-...

And please no more monads tutorials. Just practical stuff.

Collapse
 
tarektouati profile image
Tarek Touati

Have you ever looked at Parallel and Concurrent Programming in Haskell book? You should find what you're looking for except for modern Haskell stack etc.