1. 30
    1. 12
      1. 2

        I can’t wait to see what Artichoke could do for video games in terms of rapid prototyping, configurability, and new content generation.

        1. 1

          It’s probably worth pointing out that there’s also https://crystal-lang.org/ which—if you haven’t heard about it yet—is basically the “if Ruby and Go had a child”. The biggest trade-off is that it’s a compiled language. The other trade-off might or might not be that it’s a typed language but there’s type inference.

          1. 1

            That does look pretty cool!

    2. 2

      It would be interesting to see it backed by some JIT, for example Cranelift.

    3. 2

      As a Ruby developer interested in Rust, I love this. How much proficiency in both languages would you need to have in order to tackle a project like such?

      1. 3

        As a Ruby developer who ended up helping create Rust: interest and a certain ambition to make thing right and proper is your main resource. The rest, you will learn out of necessity.