Rust + Lua - Why & Full Code Examples

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 16

  • @camwoo1233
    @camwoo1233 2 часа назад +3

    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!

    • @JeremyChone
      @JeremyChone  Час назад

      Yes, Luau can be a good choice. It's great that mlua allows us to choose the engine so easily.
      By the way, for devai.run, I am using Lua 5.4, but I might switch to Luau. They seem to have drifted a little, so I wanted to play it "conservative."

  • @irlshrek
    @irlshrek 10 часов назад +3

    this is so cool!!!

  • @GouthamGunasekaran
    @GouthamGunasekaran 11 часов назад +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 5 часов назад +1

      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

  • @emvdl
    @emvdl 2 часа назад +1

    Thanks @jeremy 👍

  • @kamertonaudiophileplayer847
    @kamertonaudiophileplayer847 21 минуту назад

    Awesome! Thanks.

  • @eyz-4
    @eyz-4 24 минуты назад

    interesting. unrelated, have you ever used nifs with elixir and rust? a crate called rustler that's very interesting

  • @jeffg4686
    @jeffg4686 10 часов назад

    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 4 часа назад

    what is the code editor, xcode?

    • @JeremyChone
      @JeremyChone  3 часа назад

      vscode, with Google Materials + Custom Icons & Colors.

  • @broom7294
    @broom7294 11 часов назад

    now do javascript 😁

    • @kallebysantos5167
      @kallebysantos5167 2 часа назад

      You can use Deno by deno_core and other extension crates

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

    Use case please

    • @fabiand
      @fabiand 4 часа назад +2

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

    • @JeremyChone
      @JeremyChone  3 часа назад

      devai.run is a great usecase for this.