• Serinus@lemmy.world
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    21 hours ago

    Needing everything to be a class

    In 2015 they added scripting. If you’re making a real project, you should absolutely use classes. (It’s not that hard. Don’t do the Java shit.) But you can absolutely write one off scripts just fine.

    AOT support is still lacking.

    Publishing your app as Native AOT produces an app that’s self-contained and that has been ahead-of-time (AOT) compiled to native code. Source.

    • PlusMinus@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      21 hours ago

      I think you misunderstood my post. I am quite proficient with C#. I just think other languages do it better.

      AOT is not where it should be yet, because not all libraries have full stripping support.