Just released a new video which covers Functions as first class objects in Lua
I have recently started making some Lua related videos on youtube, and my plan is to keep making these every now and then in order to build up (hopefully) a solid library of topics.
* Explaining 'Self'
* OOP & Inheritance
* Multiple Inheritance
* Error() & Assert() functions
Hope that someone finds them useful!
Lua tutorials - New video "Functions as first class objects" [Youtube]
Lua tutorials - New video "Functions as first class objects" [Youtube]
Last edited by Jeeper on Tue Nov 23, 2021 6:53 pm, edited 4 times in total.
Re: Lua tutorials [Youtube]
Very interesting! Do you have transcripts available? I'm one of those weird people who strongly prefer text over video.
Any code samples/ideas by me should be considered Public Domain (no attribution needed) license unless otherwise stated.
Re: Lua tutorials [Youtube]
I'm really liked the way you explained OOP. The way I do it right now is a bit messy and I did not fully understand until now what __index and metatable is for exactly, I was using it without truly understanding. But finally, this tutorial cleared things up.
Please do more. It was really useful and well explained.
Thanks a lot.
Please do more. It was really useful and well explained.
Thanks a lot.
Re: Lua tutorials [Youtube]
Awesome to hear, my goal was to try to make it as easy and accessible as possibleddabrahim wrote: ↑Wed Sep 15, 2021 6:47 pm I'm really liked the way you explained OOP. The way I do it right now is a bit messy and I did not fully understand until now what __index and metatable is for exactly, I was using it without truly understanding. But finally, this tutorial cleared things up.
Please do more. It was really useful and well explained.
Thanks a lot.
And yes, I am working on more videos (including more Lua videos)
Sure thing! I went ahead and added both of the video scripts for you here: https://docs.google.com/document/d/1nYM ... sp=sharing
Keep in mind that this was written as a script for the video, so I don't know how well they work "alone".
Re: Lua tutorials [Youtube]
Awesome, thanks! I'll check out the video(s) if the text hooks me enough, or if it's clear I'm missing something.Jeeper wrote: ↑Wed Sep 15, 2021 9:59 pm Sure thing! I went ahead and added both of the video scripts for you here: https://docs.google.com/document/d/1nYM ... sp=sharing
Keep in mind that this was written as a script for the video, so I don't know how well they work "alone".
FWIW, I think my issue with videos is that I've had numerous experiences of being "held hostage" by a video that later turned out not to be what it claimed it was - video clickbait, I guess you could call it. I've also had numerous experiences of having to sit through *hours* of video to pick up content that really should have fit in 20-30 minutes. With text, I can quickly skim and see if it's worth my time and if it's really what I'm looking for. It's also far easier to go back to and reference text later if I need a quick reminder of something.
Regardless, I really appreciate having the text available!
EDIT - Yeah, went back to look at the videos. Nice work! I love how concise they are.
Any code samples/ideas by me should be considered Public Domain (no attribution needed) license unless otherwise stated.
Re: Lua tutorials [Youtube]
Same as you milon - I hardly ever watch a 20 minute vid for something that takes 3 minutes to read.
Current thread excepted! I read the transcript and then watched the vid.
Current thread excepted! I read the transcript and then watched the vid.
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Turn-based PBEM horse stable (racing) management sim: https://togfox.itch.io/horse-stable-manager
https://discord.gg/HeHgwE5nsZ
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Turn-based PBEM horse stable (racing) management sim: https://togfox.itch.io/horse-stable-manager
https://discord.gg/HeHgwE5nsZ
Re: Lua tutorials [Youtube]
Happy to hear that you both found the videos helpful, I try my best to keep them as short as possible. It can be tricky at times to balance actually explaining things well and speed. If you have any feedback, I would love to hear it
Btw, I updated the OP because I just released the 3rd video in the series, this time it covers Multiple Inheritance:
https://youtu.be/1BFoprD30dE
-
- Prole
- Posts: 1
- Joined: Fri Oct 22, 2021 10:23 am
- Location: Tunisia
Re: Lua tutorials - New video "Multiple Inheritance" [Youtube]
thanks alot! this one helps alot
one notice !
one notice !
please increase the font size
Re: Lua tutorials - New video "Multiple Inheritance" [Youtube]
New video out which covers named & optional arguments
What device do you view the videos on? I have tried to increase the font size & we zoom into the code.salemRaddaoui wrote: ↑Fri Oct 22, 2021 7:09 pm thanks alot! this one helps alot
one notice !please increase the font size
Re: Lua tutorials - New video "Functions as first class objects" [Youtube]
I just released a video which dives a bit deeper into functions, covering topics such as:
Functions being first class objects, Callback functions, Anonymous functions & Self invoking functions.
Tutorial on Functions as first class objects
and a couple of weeks ago I released a video which covers the Error & Assert functions:
Tutorial on Error & Assert()
Hope that someone finds them useful!
Functions being first class objects, Callback functions, Anonymous functions & Self invoking functions.
Tutorial on Functions as first class objects
and a couple of weeks ago I released a video which covers the Error & Assert functions:
Tutorial on Error & Assert()
Hope that someone finds them useful!
The latest video (functions as first class objects) has an increased font size. Let me know what you thinksalemRaddaoui wrote: ↑Fri Oct 22, 2021 7:09 pm thanks alot! this one helps alot
one notice !please increase the font size
Who is online
Users browsing this forum: No registered users and 2 guests