Finally, on 27th July, Blow noted the “whole industry is having a hard time” and then, when asked how many of his development team are working on the compiler for programming language Jai, Blow replied: “None, because we can’t afford to pay anyone because the sales are bad.”

Oof. I don’t like Jon Blow, but I do like Braid. Sad to see nobody really cares about it anymore.

  • magic_lobster_party@kbin.run
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    Faster compilation is probably nice, but making a new language with all its tooling from scratch is a huge endeavor. Props to him for actually doing it.

    The problem is that all this work takes away time from the actual game development. I’m not sure about the scope of his next game, but from what I’ve seen I don’t really understand why his Sokoban adventure game can’t be made in Unity. I don’t think he’s pushing any hardware limits with it.

    Unity also got hot reloading nowadays, which is about as fast iteration you can get.

    I’m just armchair guessing, but I believe he would’ve been done with his game by now if he just used Unity.

    • ampersandrew@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      Hollow Knight: Silksong is a Unity game, last I checked, and it’s not getting done any faster. As per The Witness, it’s probably far more about how he’s retooling puzzles rather than his language, if I had to guess. Plus, it’s not just iterating within the editor; this thing exported a build in well under a second. I worked on a Unity game a few years ago, and it definitely took me far longer than that. It even had a bug for a bit there where we couldn’t see the game when run via the editor on Linux, so the only way we could test it was by exporting a build until we got an update to Unity.

      • magic_lobster_party@kbin.run
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Fair point.

        Time will tell when Sokoban and Silksong releases. It’s hard to know what’s happening internally at the studios and why it’s taking so long.

        Making an entire programming language is a bold move, and I’m skeptical it’s a move that’s going to pay off.