• @starmanOP
      link
      English
      32
      edit-2
      1 year ago

      It’s almost 100% compatible with node but faster. A lot faster. So no need to learn anything but few cli commands. For example bun run dev instead of npm run dev.

      Edit: website

    • @[email protected]
      link
      fedilink
      321 year ago

      you probably don’t need to learn it, Deno was a massive upgrade over Node and it didn’t matter, not convinced this will be any different.

      • @[email protected]
        link
        fedilink
        English
        161 year ago

        IMO, deno’s approach was bad as it was reinventing the wheel, so one had to relearn. And then they brought package.json which they said they wouldn’t. This again got people to unlearn and relearn things.

        Bun, on the other hand, acts like what Typescript is to Javascript. It’s just feels like superset of Node, instead of completely different tool.

        I expect Bun will get more success than Deno.

        • snoweA
          link
          01 year ago

          Makes sense. Deno was created by the same person that created node. They’re both going to be terrible, especially when they ignore everything ever discovered in software engineering about writing good code, good frameworks, good languages, etc.

          • @sip
            link
            -11 year ago

            deno was also created by one of the guys who created node.

            • snoweA
              link
              31 year ago

              huh? that’s what I said.

              • @sip
                link
                11 year ago

                sorry, brainfart. I read “bun is created as the same who created node” 🤦🏻‍♂️

                • snoweA
                  link
                  11 year ago

                  gotcha. I don’t think bun is created by the same person that created node. deno is, and has just as bad a design as node as a result. it honestly baffling that people trust someone to write a language who failed so badly to write a language that they set back the entire world for decades to come.

                  • @sip
                    link
                    21 year ago

                    idk I think people can learn from their mistakes and evolve. especially if they accept collaboration and RFCs.

                    I haven’t worked much with deno, so I can’t tell. But I earn my living with Node and it’s ok. I still hate js more than node itself.

                  • @sip
                    link
                    21 year ago

                    idk I think people can learn from their mistakes and evolve. especially if they accept collaboration and RFCs.

                    I haven’t worked much with deno, so I can’t tell. But I earn my living with Node and it’s ok. I dislike js way more than node itself.

                    I guess all the hate is around module resolution and package management.

    • DARbarian
      link
      fedilink
      61 year ago

      God my thoughts exactly. Probably super cool, but still I just can’t keep up