Haxe - First Impression [Programming Languages Episode 13]

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 21

  • @SriHarshaChilakapati
    @SriHarshaChilakapati 5 місяців тому +5

    Just randomly stumbled upon this video and man, you brought back my memories as a kid. I was playing with this language in my 9th grade in school, especially as I wanted to make my own flash games without having to have Flash purchased.

    • @MikeShah
      @MikeShah  5 місяців тому +1

      Very cool, thanks for sharing that memory 🙂

    • @petemoss3160
      @petemoss3160 5 місяців тому +2

      oh yeah, Haxe started out as an ActionScript alternative ...'flash' took me back, badger badger badger...

    • @SriHarshaChilakapati
      @SriHarshaChilakapati 5 місяців тому

      @@petemoss3160 That's a pretty catchy one indeed!

  • @BrettMonet
    @BrettMonet 3 місяці тому +2

    Haxe is a rare language that sounds good on paper or on youtube and then you try it and it actually is good. The compiler gives good error messages, you can just code instead of fighting the arbritrary language rules :-)

    • @MikeShah
      @MikeShah  3 місяці тому

      Agreed -- I was pleasantly surprised working in Haxe!

  • @alaindevos4027
    @alaindevos4027 9 місяців тому +6

    Haxe has product types in the form of typedefs & classes. And it has sum types in the form of enums. So ADT is possible.
    The language best used for game development.

    • @MikeShah
      @MikeShah  9 місяців тому

      Good to know!

  • @kcvinu
    @kcvinu 4 місяці тому +1

    Tiers
    Tier 1: actively maintained by the core compiler team with a strong focus from the Haxe Foundation
    Tier 2: mostly maintained by individuals, but still managed by the Haxe Foundation
    Tier 3: kept up-to-date, but not much active development

    • @MikeShah
      @MikeShah  4 місяці тому

      Nice note on the platforms

  • @gokudomatic
    @gokudomatic 7 місяців тому +2

    Great video. Exactly what I was looking for. I'm a Godotter, and I try to see how to write easily GDExtensions without having to deal with C++ itself. And I try to figure out if Haxe has a big advantage in performance compared to C#.

    • @MikeShah
      @MikeShah  7 місяців тому +2

      Haxe is really cool -- I'm surprised it is not more popular. Would be interesting to see how it could be used in the Godot ecosystem

  • @JustFeeshy
    @JustFeeshy 7 місяців тому +2

    Yippeee Haxe!!

  • @lithiumferrate6960
    @lithiumferrate6960 9 місяців тому +1

    Will you check out more niche languages like hare or odin ?

  • @__hannibaal__
    @__hannibaal__ 10 місяців тому +1

    Hello Mike! , i need time to figure out all these languages, but mathematically it s looking very similar, i already bought books on languages theory and calculability, for in deep study of C/C++ as my preferred language.
    - my first language is GW Basic - in the time of MS-Dos IBM.

    • @MikeShah
      @MikeShah  10 місяців тому +2

      Very cool! With most of these algo-based (i.e. what we call C style langauges today) the good news is they look quite similar :)

    • @__hannibaal__
      @__hannibaal__ 10 місяців тому

      @@MikeShah yeah 👍

  • @androth1502
    @androth1502 10 місяців тому +2

    another good language i dismissed years ago because of the GC.