Rust + Lua - Why & Full Code Examples

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

КОМЕНТАРІ • 13

  • @camwoo1233
    @camwoo1233 46 хвилин тому +1

    Nice video! Luau is a more modern version of Lua (has typings, faster, etc) that's also supported by mlua. Definitely a great thing to consider for those looking at this space!

  • @emvdl
    @emvdl 10 хвилин тому

    Thanks @jeremy 👍

  • @irlshrek
    @irlshrek 8 годин тому +3

    this is so cool!!!

  • @GouthamGunasekaran
    @GouthamGunasekaran 9 годин тому +4

    Hello sir I completed your rust book programming playlist.... I'm from embedded c background, how can I use Rust programming in Embedded devices like ESP32 microcontrollers...does rust programming support popular microcontrollers...please make videos on how to use in microcontrollers...thanks for knowledge your sharing....your videos are really valuable information ❤.

    • @drweshnaw3365
      @drweshnaw3365 3 години тому

      It's been a second since I've touched this space; but rust has a ecosystem around a crate called:
      'embassy-rs' which when I tried it had OK documentation; and I'm sure it has gotten better, it supports most common micro controllers (and it was designed to be a framework first, so porting to a new micro-controller isn't impossible for a dedicated single person); though the more obscure you go the more documentation starts to be just reading function definitions and crate source code

  • @jeffg4686
    @jeffg4686 8 годин тому

    Nice!
    We need to get full python interface eventually.
    I know we can do it via this type of way, but make it able to be python only by embedding this functionality into the engine.
    We need to draw that crowd - python is massive now.

  • @mahabat23
    @mahabat23 2 години тому

    what is the code editor, xcode?

    • @JeremyChone
      @JeremyChone  2 години тому

      vscode, with Google Materials + Custom Icons & Colors.

  • @broom7294
    @broom7294 9 годин тому

    now do javascript 😁

    • @kallebysantos5167
      @kallebysantos5167 19 хвилин тому

      You can use Deno by deno_core and other extension crates

  • @أميرالمؤمنينبنمحمدأكرم

    Use case please

    • @fabiand
      @fabiand 2 години тому +2

      I mean he explained the usecase pretty well in the beginning of the video

    • @JeremyChone
      @JeremyChone  2 години тому

      devai.run is a great usecase for this.