Lua | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 37

Lua

Should someone make lua tutorials?

8th Jun 2018, 7:17 AM
Gaige
Gaige - avatar
13 Answers
+ 20
Lua is an open source language built on top of C programming language. Lua has its value across multiple platforms ranging from large server systems to small mobile applications. But the demand and popularity of the lua in the today's world is not as much of other programming languages. It can come here but it will take time for that. You should request the to the SoloLearn Community for making the Lua course on SoloLearn You can send them request via in-built feedback machinsim in the app or via mailing at info@sololearn.com. Whereas there is still not any possibility of Lua course coming soon on SoloLearn
8th Jun 2018, 7:26 AM
Akash Pal
Akash Pal - avatar
+ 13
it's 2 years since Gaige's request... :(
20th Aug 2020, 12:44 PM
John Magdy Lotfy
John Magdy Lotfy - avatar
+ 7
Lua should definitely be here. It doesn't have professional relevance but I've been having to link people to other learning materials for making Garry's Mod addons, Stepmania themes, Roblox content, etc.
30th Jul 2021, 3:46 AM
Sudospective
Sudospective - avatar
+ 3
nice
18th May 2020, 1:00 AM
Maximiliano
+ 2
been almost.. 5 years
12th Feb 2023, 8:15 AM
FractusHD
FractusHD - avatar
+ 1
Yeah
2nd Sep 2020, 5:52 AM
Skeleton System
Skeleton System - avatar
+ 1
It has been 4 years...
12th Jul 2022, 4:43 PM
Razin Anandri Firdaus
Razin Anandri Firdaus - avatar
+ 1
more than 5 years and still no lua tutorial :/
5th Sep 2023, 5:22 PM
parham nikkar
parham nikkar - avatar
0
5 years
22nd May 2023, 9:01 PM
ECO
ECO - avatar
0
I downloaded it but I don't know what to do with it
30th Sep 2023, 2:48 AM
lolo lol
lolo lol - avatar
0
6 years damm
9th Jan 2024, 10:12 PM
BlackSythe
BlackSythe - avatar
0
yesssssssssssssssssssssssssssssssssssssss
8th Mar 2024, 11:11 AM
Maaz Shahzad
Maaz Shahzad - avatar
- 9
Given a number NN, generate a star pattern such that on the first line there are NNstars and on the subsequent lines the number of stars decreases by 1. The pattern generated should have NN rows. In every row, every fifth star (*) is replaced with a hash (#). Every row should have the required number of stars (*) and hash (#) symbols. The code stub provided here is to be used. It calls the function generatePattern(). Your task is to complete the function. Input: First line will contain TT, number of testcases. Then the testcases follow. Each testcase contains a single integer NN Output: For each testcase, print the star and hash pattern. Constraints 1≤T≤251≤T≤25 1≤N≤1001≤N≤100 Subtasks Subtask #1 (40 points): N≤15N≤15 Subtask #2 (60 points): original constraints
18th Oct 2020, 3:19 PM
Kangude Harshada Bhimraj