Frontend Development

Is LUA an easy language?

Submitted by url, , Thread ID: 220951

Thread Closed
User Icon
Senior Member
Level:
3
Reputation:
59
Posts:
577
Likes:
122
Credits:
10
04-10-2021, 07:03 AM
#1
So, i'm in a very heated debate right now about the language LUA.

I know it's an easy language to learn. It's not hard to read pre-made LUA and understand it immediately.
Why I believe it's harder than most languages is because 1. It's a broken language - always creating errors, functions seem to never want to work together, two codes can have the same exact purpose but be written in two totally different ways but you can't just combine the codes or else it'll break.

I don't think it's easy just picking up the language only knowing the basics and creating something extremely advanced.

I know i read and hear "LUA is considerably the easiest language, even easier than Python" -- Okay so why aren't we talking in-depth about the two languages? or LUA compared to another language? It's so easy to learn to create basic functions for LUA but it's extremely hard to create things in any advance type of way due to it feeling almost so restricted in every way.

I have a fair share of coding too. FiveM, Roblox, GMod, WoW. Coded websites, discord bots and currently studying C++ and other languages to better my knowledge on coding languages.

By far, I'd have to say the most difficult language i've worked with is LUA due to it not being as advanced/ up-to-date as any other language.
home of the url

RE: Is LUA an easy language?

3x0
Newbie
Level:
1
Reputation:
0
Posts:
14
Likes:
1
Credits:
15
14-10-2021, 10:30 PM
#2
Yeah, it's pretty much a dead language and while I wouldn't call it a hard one, it is pretty buggy and it lacks some important features (which can sometimes cause an illusion of it being hard)
1

RE: Is LUA an easy language?

nahtfaik
Newbie
Level:
1
Reputation:
0
Posts:
14
Likes:
0
Credits:
15
14-10-2021, 10:41 PM
#3
its very easy to read and see what it does. in short yes. but it can lead to frustrating situations that take a while to debug

RE: Is LUA an easy language?

Skepox
Newbie
Level:
1
Reputation:
0
Posts:
11
Likes:
0
Credits:
7
27-03-2022, 05:15 PM
#4
Lua is the easierst Language. Best Regards Skepox

RE: Is LUA an easy language?

SeeBeyond
who up playing with they worm?
Supreme
Level:
1
Reputation:
16
Posts:
84
Likes:
19
Credits:
14
09-04-2022, 08:52 PM
#5
So when I see people discussion one language vs another the thing the most people seem to miss is that different languages have different use cases. C/C++ are general purpose native languages that are good for a lot of high performance or complex use cases. Something like JavaScript was not created to fit this use case AT ALL and it only adapted slowly to do so after NodeJS became popular. Lua was designed to be embedded in other applications. It does not compile to native code (I'm sure there's an AOT project out there somewhere though) you run it from the command like or embed the Lua library within code written in C++ for example. It was designed to be simple, close to english, and made for humans. Which is why you see wack shit like arrays starting from 1 (and technically they don't even *have* to, it just assumes that they do). Something to understand about Lua which you cannot ignore not matter how much you want to dunk on it, is that it a FAST language. It was designed to be fast too, there's something to be appreciated within the actual language design that most people overlook because they are just consuming it. If you are upset because Lua isn't "modern" or it's "broken" unlike other languages you use, Lua does not care. Write Lua code the way it's meant to be written, read the documentation to understand how scopes work in it and don't expect just because you know a more complex language that you are an expert in Lua just because it is simpler. And you know what? It gets even FASTER because Mike Pall (probably not even their real name) is a robot programming deity. Creator of LuaJIT, Mike Pall appeared out of nowhere without much being known about him. LuaJIT does what it says on the tin. Just-In-Time compilation for Lua that can even make it faster than C in some select benchmarks. Maybe it's not as advanced as you want it to be but it serves it's purpose. An example of where it really shines is scripting for games. You might write the engine in C++ but write the easy scripts that likely need to be edited over and over again in Lua so you don't need especially skilled programmers to write character behavior while also worrying about performance or memory allocation. I really suggest you take a second look at Lua, it can really be a enjoyable programming experience. I suggest you look at things like LuaRocks which is a package repository for Lua kind of like NPM for Node. Check out LOVE2D to make a game with Lua, or better yet, itch.io the huge and awesome marketplace website is actually made with Lua! leafo the creator made a web framework called Lapis that uses Lua and runs with OpenResty an NGINX and LuaJIT-based webserver for great performance. Who knows, you might come around to it... Happy coding!
Want somethingcracked or leaked? PM me and I'll see what I can do! Also free simple GFX requests and signatures.
[Image: burg.bird.cafe]

RE: Is LUA an easy language?

millicentgil
Closed Account
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
3
24-07-2022, 11:56 AM
#6
According to all the reviews you find here, you can find out which writing services you can trust. This is important because most people don't want to waste money.

Users browsing this thread: 1 Guest(s)