7 comments

  • novacrazy 14 minutes ago

    How this scam language gained traction is beyond me.

      ape4 10 minutes ago

      This seems to be the language's main page https://vlang.io/

      ecto 13 minutes ago

      How can a language be a scam?

        novacrazy a minute ago

        The first release was just Go's parser ripped out and bolted onto a barebones first year of college level compiler, and touted as "safer than Rust", "compiles in milliseconds", etc. but didn't even have real type-checking at the time, nor did it free memory, and many other basic functionality. Furthermore, I vividly remember the author's Patreon advertised at the top of the page back then, and for a while he raked in a couple thousand dollars a month for it.

        However, over the years some actually talented people (and nowadays probably LLMs) have somehow sort of fixed most of the biggest warts, but it's still nowhere near what it advertised in that first release.

        MisterTea 6 minutes ago

        I have no opinion on the subject but I have found this to be an interesting dive into the supposed controversy: https://justinas.org/the-bizarre-world-of-v

      embedding-shape 4 minutes ago

      For reference, for the ones who aren't aware of the constant drama that seems to follow V: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que... (open up almost any discussion and see the flood of similar messages).

      I never paid enough attention to figure out if the drama is justified or not (and don't really care either, please don't try to convince me to care either, don't shoot the messenger).

  • foul 18 minutes ago

    How are things going with V btw? In the past i've seen some bad press about this programming language.

    It was nice to use when I tried to dabble with it.