Why learn LUA?

  Рет қаралды 19,475

Kodaps Academy

Kodaps Academy

Күн бұрын

Пікірлер: 40
@НикитаШадоурейзев
@НикитаШадоурейзев 10 ай бұрын
Why are there so few views? The presentation is great
@KodapsAcademy
@KodapsAcademy 9 ай бұрын
Thanks :)
@1upkaru
@1upkaru Ай бұрын
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 9 ай бұрын
I love lua, i only understood OOP and classes+inheritance when i haad to inplement them myself for a roblox game
@bayelrey8028
@bayelrey8028 7 ай бұрын
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 ай бұрын
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 8 ай бұрын
Brazil mentioned let’s go
@AntiSmithhh
@AntiSmithhh 4 ай бұрын
I'm using Lua as stand-along scripts. Of course it happens rare. but happens. Like smart version of bash-scripts.
@ugib8377
@ugib8377 15 күн бұрын
Been messing around with it in tandem with the Love2D framework. Which utilizes C++ / OpenGL for 2D game dev. Easily portable to everything except consoles. It's a lovely language.
@TECHWITHSEBASTIAN
@TECHWITHSEBASTIAN 4 ай бұрын
fantastic video, thank you !
@KodapsAcademy
@KodapsAcademy 4 ай бұрын
Glad you liked it :)
@nickemabinder4644
@nickemabinder4644 20 күн бұрын
Great video. I have almost no computer skills lol.. Is there a prerequisite to lua?! I'd like to learn to enhance the use of my Radiomaster mt12 rc transmitter.
@KodapsAcademy
@KodapsAcademy 19 күн бұрын
There is no requisite to learning LUA, although there might be some specificies to using it on the Esp8285 chipset which (I *think*) powers the transmistter, as opposed to using it on a PC
@goshawk_fly
@goshawk_fly 9 ай бұрын
Defold, UltraEngine, WickedEngine, CryEngine and so on
@angryralphs2516
@angryralphs2516 2 ай бұрын
O3DE also.
@jt3221
@jt3221 9 ай бұрын
Nice video. I learnt Lua so I could make Stalker mods.
@kcvinu
@kcvinu 6 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
@@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 3 ай бұрын
Lua + IUP Portable User Interface Search engines work, you know.
@kcvinu
@kcvinu 3 ай бұрын
@@umcanalsemvidanoyoutube8840 Tried once but quit after one week. Reason: Arrogant replies from forum members.
@knewdist
@knewdist 9 ай бұрын
conky brought me to lua
@LiveErrors
@LiveErrors 10 ай бұрын
python dialects sounds like a nightmare
@KodapsAcademy
@KodapsAcademy 10 ай бұрын
So much so that when they say “Boo” it’s scary en.wikipedia.org/wiki/Boo_(programming_language)
@xman3336
@xman3336 8 ай бұрын
thank you man
@KodapsAcademy
@KodapsAcademy 8 ай бұрын
Glad to be of service :)
@rogeriopenna9014
@rogeriopenna9014 6 ай бұрын
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 ай бұрын
@@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 2 ай бұрын
Roblox… ITS FREE
@pkeod
@pkeod 7 ай бұрын
Lua not LUA 🥲
@dokgo7822
@dokgo7822 2 ай бұрын
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 4 ай бұрын
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.
@umcanalsemvidanoyoutube8840
@umcanalsemvidanoyoutube8840 3 ай бұрын
Damnnn, you didn't say that 💀🙏
Lua Crash Course - Less than 15mins
14:50
PohkaDev
Рет қаралды 126 М.
Why learn Zig?
6:44
Kodaps Academy
Рет қаралды 19 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Harder Than It Seems? 5 Minute Timer in C++
20:10
The Cherno
Рет қаралды 225 М.
Everything You Need To Start Writing Lua
28:15
TJ DeVries
Рет қаралды 55 М.
Where Lua Is Actually Used
9:25
Tortellini Soup
Рет қаралды 24 М.
Why I’m Learning Rust in 2024 (and new dev environment)
16:53
ForrestKnight
Рет қаралды 69 М.
Why Is Lua So Popular?
8:03
Awesome
Рет қаралды 104 М.
Roblox Creates React In Lua
10:10
ThePrimeTime
Рет қаралды 93 М.
ZIG | Ep1 | Introduction
20:18
Code Guild
Рет қаралды 16 М.
Introduction to Object-Oriented Programming with Lua
21:52
Master Pointers in C:  10X Your C Coding!
14:12
Dave's Garage
Рет қаралды 340 М.
The Absolute Best Intro to Monads For Software Engineers
15:12
Studying With Alex
Рет қаралды 679 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН