• @jazzfes@lemmy.ml
    link
    fedilink
    23 years ago

    The writing style and humor of LYAH didn’t really work for me either. I found it a bit tedious and didn’t see where it would like to take me… So do agree with the article here.

    Will have a look at the wiki book

  • @kumbaya@lemmy.ml
    link
    fedilink
    13 years ago

    There seems to be a fascination for Haskell in the programming community I’m not sure to understand.

    But I don’t have a formal programming training: i have a statistic background and mainly hack script together in Python and R.

    • Ephera
      link
      fedilink
      33 years ago

      I think, it’s mostly that for backend devs, it sounds like it should be an excellent language (strong type system and very little bullshit allowed), but well, it’s a functional programming language, so it regularly breaks people’s necks that try to learn it, because it’s just so different from what people are used to.

      I’ve never dealt with a larger Haskell code base, but I could also imagine it isn’t actually that good for working with large, unknown code bases, as you don’t typically use objects in Haskell (i.e. attach code to your data types, which makes it very explorable).

      • @kumbaya@lemmy.ml
        link
        fedilink
        23 years ago

        Interresting, thanks for your explanation. It definitively doesn’t fit my use case but I would be curious to give it a try one day.