Why learn LUA?

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

КОМЕНТАРІ • 35

  • @НикитаШадоурейзев
    @НикитаШадоурейзев 9 місяців тому +39

    Why are there so few views? The presentation is great

  • @1upkaru
    @1upkaru 20 днів тому +3

    I've been programming in lua since 2015 and it's still my favorite language by far.
    It's very easy to understand and can also provide a challenge, which makes it so much fun.
    Awesome vid btw :)

  • @hotharvey2
    @hotharvey2 8 місяців тому +33

    I love lua, i only understood OOP and classes+inheritance when i haad to inplement them myself for a roblox game

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

    Lua is nice! I use it to make plugins or write small scripts for Q-SYS. Q-SYS is QSCs control AV control platform. Each controller is a DSP and you can add behavior to the audio programming, control a display, control video switching devices, etc. I recently wrote some Lua to control a Denon network recorder via IP, an Epsom projector, Extron presentation switch, change the GUI behavior/layers/text/button behavior/css properties, etc. It's simple but really really powerful

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

    Fire video, I've been getting more into LUA recently and it's been soooo much fun. Dabbled a little bit in coding beforehand, but it's not my main area of expertise at all. LUA might change the outlook for me and I have a feeling I might be looking for more languages besides it :)
    Any recommendations for languages I should prob look into, since I've been enjoying LUA so much?

  • @metaltyphoon
    @metaltyphoon 7 місяців тому +12

    Brazil mentioned let’s go

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

    I'm using Lua as stand-along scripts. Of course it happens rare. but happens. Like smart version of bash-scripts.

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

    fantastic video, thank you !

  • @goshawk_fly
    @goshawk_fly 8 місяців тому +6

    Defold, UltraEngine, WickedEngine, CryEngine and so on

  • @jt3221
    @jt3221 8 місяців тому +1

    Nice video. I learnt Lua so I could make Stalker mods.

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

    I am using Python for my scripting uses. And if I need a GUI program, I will create it in python with ctypes module. Ctypes will help me to call the windows api functions and I can easily make my gui. So this is my use case. Can I move to Lua for this purpose ? Is Lua able to do the same ?
    EDIT: Please don't mention LuaJit.

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

      Lua isn’t a standalone library the same way Python is, it requires an underlying program for it to run on top. That being said the underlying program can expose a C api and a GUI api. That is basically what Solar2d does, for example.

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

      @@KodapsAcademy Yeah, I got the point. I am trying to translate the Lua C headers to my fav language C3.

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

      Why not LuaJIT? It has the FFI which is the same things as ctypes of Python, but ok 😂😂

    • @johnp.johnson1541
      @johnp.johnson1541 2 місяці тому

      Lua + IUP Portable User Interface
      Search engines work, you know.

    • @kcvinu
      @kcvinu 2 місяці тому

      @@umcanalsemvidanoyoutube8840 Tried once but quit after one week. Reason: Arrogant replies from forum members.

  • @LiveErrors
    @LiveErrors 9 місяців тому +11

    python dialects sounds like a nightmare

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

      So much so that when they say “Boo” it’s scary en.wikipedia.org/wiki/Boo_(programming_language)

  • @knewdist
    @knewdist 8 місяців тому +1

    conky brought me to lua

  • @xman3336
    @xman3336 7 місяців тому

    thank you man

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

    Why was it created? For no reason. It just happened when Thea, a planet the size of Mars, collided with proto Earth, about 4 billion years ago

    • @alevitatingtrashcan7023
      @alevitatingtrashcan7023 2 місяці тому

      So...the moon??

    • @rogeriopenna9014
      @rogeriopenna9014 2 місяці тому +1

      @@alevitatingtrashcan7023 yes, the Moon = Lua, in Portuguese. (from Latin Luna). If you didn´t know, now you know the reason for that white circle over the A.

    • @alevitatingtrashcan7023
      @alevitatingtrashcan7023 2 місяці тому

      @@rogeriopenna9014 🫨

  • @Kiano_East
    @Kiano_East Місяць тому

    Roblox… ITS FREE

  • @pkeod
    @pkeod 6 місяців тому

    Lua not LUA 🥲

  • @dokgo7822
    @dokgo7822 Місяць тому

    After learning Perl, I feel all other scripting languages are inferior & everyone should just code in C++ or Golang, instead of bothering with scripting. Not a fan of people using scripting languages as hackish ways of doing something & that code evolving into something the language shouldn’t have been used for. (Think Python & Network Services). Also not a fan of university kids crying “bUt pOInTerS r HArd”.

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

    I got excited about the pascal syntax, but lost interest as soon as I saw "__" and tables. It's just another half baked language with no utility.