Posted 08 August 2012 - 07:20 PM
Ok, so I have never programmed or learned any programming language EVER, My friends said lua is one of the easier languages to learn, but I wanted to ask How did u guys learn lua?
I learned by reading other people's code, and the tutorials available in the forums here. I know someone wrote a tutorial program for lua in CC, but I can't remember how to get to it anymore. Perhaps someone else would know?
Thanks I really apreciate it!I learned by reading other people's code, and the tutorials available in the forums here. I know someone wrote a tutorial program for lua in CC, but I can't remember how to get to it anymore. Perhaps someone else would know?
Felt Like I had to write a separate thanks to both of you :(/>/> so thank you and especially for the link XDI learned by reading other people's code, and the tutorials available in the forums here. I know someone wrote a tutorial program for lua in CC, but I can't remember how to get to it anymore. Perhaps someone else would know?
This thread has the program your thinking of. This will really you learning.
And Lua is one of the easiest languages too learn I've every encountered, so you'll probably have no trouble learning this ;)/>/>
http://www.computerc...ials-resources/
That Would be great Thanks I really ned all the stuff i can getI already had prior programming knowledge, but had never touched lua before CC.
The thing to remember with programming is that almost all languages share certain common concepts. If you can understand those concepts, it makes it much easier.
The most important concepts are: Variables, Selection(testing things with if statements), Iteration(Looping, mainly conditional loops like do while, also do for, which does things a certain number of times), and all the funky operators(+ - * / % ^ < > <= >= )
It's by applying those that I have crawled up from just visual basic (a very basic language that a lot of people frown upon) to knowing visual basic as well as dabbling in C#, C++ and Lua, all in less than a year with no prior experience.
Once you have the concepts, it's more a matter of figuring out the exact process involved in what you want to do rather than worrying about remembering words and such (especially since ComputerCraft kindly supplies you with a half-decent wiki for all those funny words).
If you want a tutorial, I'm fine with sending you a note with a basic tutorial on programming. I've been told I'm a good programming teacher (by 3 people, though it's nothing to boast about) so hopefully I can help you.
That Would be great Thanks I really ned all the stuff i can getI already had prior programming knowledge, but had never touched lua before CC.
The thing to remember with programming is that almost all languages share certain common concepts. If you can understand those concepts, it makes it much easier.
The most important concepts are: Variables, Selection(testing things with if statements), Iteration(Looping, mainly conditional loops like do while, also do for, which does things a certain number of times), and all the funky operators(+ - * / % ^ < > <= >= )
It's by applying those that I have crawled up from just visual basic (a very basic language that a lot of people frown upon) to knowing visual basic as well as dabbling in C#, C++ and Lua, all in less than a year with no prior experience.
Once you have the concepts, it's more a matter of figuring out the exact process involved in what you want to do rather than worrying about remembering words and such (especially since ComputerCraft kindly supplies you with a half-decent wiki for all those funny words).
If you want a tutorial, I'm fine with sending you a note with a basic tutorial on programming. I've been told I'm a good programming teacher (by 3 people, though it's nothing to boast about) so hopefully I can help you.