this post was submitted on 30 Sep 2023
61 points (85.1% liked)

Programming

17378 readers
203 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona 7 points 1 year ago (1 children)

Haskell. I'll just repeat what I said elsewhere: monads are escape hatches to imperative programming. The majority of haskell code I've read in projects must've been written by imperative programmers who picked up haskell, because there are monads everywhere.

But the hardest to read are List, then C, then C++. Even PHP is easier to read.

[–] [email protected] 1 points 1 year ago (3 children)

What kind of projects are using Haskell in real life? I've been looking for real world examples, but couldn't really find any.

[–] onlinepersona 2 points 1 year ago

Biggest one I know is git-annex, but there's also Yesod (web framework for haskell).

[–] hairyballs 1 points 1 year ago

The Elm compiler

[–] [email protected] 1 points 1 year ago