1. 9
    1. 3

      Futhark is such a cool project. There’s a bit of a learning curve since everything is purely functional, but it REALLY lowers the barrier to entry for running code on a GPU.

      I tried some toy projects in it, but I think I’m missing the knowledge to really take advantage of the hardware i.e. how big is a “big” array on a GPU, which operations are dramatically faster, etc.

      1. 4

        I can definitely recommend inventing your own programming language and then solve Advent of Code problems with it.

        ❤️