If you were asked to make an e-commerce website in 2025, what language would you reach for? Show of hands: JavaScript? Go? Pascal? Well, there was at least one taker for that last one: [jns], and he has an hour-long tutorial video showing you how he made it happen.

  • thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    1
    ·
    17 days ago

    he’s very familiar with C and C++. In his associated writeup on his Gopher page (link though Floodgap) [jns] simply declares it’s a language he’s quite fond of, which is reason enough of us.

    So there are no technical reasons to do so. Its totally understandable to like and use a language for personal feelings. But it kinda feels like unnecessary complicated. So this should be done as a hobby project on something that is not important in my opinion.

    Make it in Haskell if you want impress me.

    • expr@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      16 days ago

      I’m not entirely sure what the Haskell comment is supposed to mean. Just that it would be cool? Or that it would be hard?

      Because if it’s the latter, that’s just really not true. Haskell’s quite well-suited to writing web servers and has many high-quality libraries for it. I’d actually argue that it’s one of the best options for it in 2025. I write Haskell professionally developing web servers we use for our web and mobile apps. We have about 0.5 million lines of Haskell in production (and given how terse Haskell is, you could expect that size to be at least double were it written in an imperative language).

      • thingsiplay@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        16 days ago

        Well that wasn’t meant to be too serious. You are surely aware of the situation that Haskell is not often used language in production. And a huge project you are doing with lot of Haskell is definitely something special.