Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

@All Bot Authors

Joined
Mar 26, 2015
Messages
377
So I am asking for advice here from you guys, I will be finding myself with a lot of free time from now, and I will be learning some computer languages and figured since I'm doing that I will need somewhere to start, is there any book, websites, or anything else that comes to mind that is a good resource of knowledge to get started with?
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Okay. You ofcourse have different languages for different use.

You can use Java for anything, i heard C and C#,C++ are for PC only (most games and robots/vehicles are written in that language i think), then you have web languages (PHP,Ruby on rails, html, css, javascript (-> jquery), phyton and probably more that i dont really know atm.

Tell us what you want to do with your programming skills
 
Joined
Mar 26, 2015
Messages
377
To begin with just creating bots for runemate, then I plan to expand from that to other languages html 5 being the second thing I want to move on to. I have a little experience with c++ but nothing that I shouldn't relearn. @Qosmiof2
 
Last edited:
Client Developer
Joined
Oct 12, 2015
Messages
3,763
So I am asking for advice here from you guys, I will be finding myself with a lot of free time from now, and I will be learning some computer languages and figured since I'm doing that I will need somewhere to start, is there any book, websites, or anything else that comes to mind that is a good resource of knowledge to get started with?

I just started writing a series on coding for RuneMate, you can find it here: Tutorial - The Coding Chronicles - for a Newb, by a Newb | Community | RuneMate

Personally I found Java quite fun to jump into given that I've not coded previously, so I naturally would recommend that. There's plenty resources about to get started.
 
Joined
Mar 26, 2015
Messages
377
Any compiler you guys prefer I kno I won't be working with a complex one for a bit I have used eclipse in the past.
 
Joined
Apr 30, 2016
Messages
16
Any compiler you guys prefer I kno I won't be working with a complex one for a bit I have used eclipse in the past.
There is only one compiler for Java, that is the standard javac you get with the JDK from oracle.
As to what IDE you should use, i would personally recommend IntelliJ but Eclipse is older and therefore more established and is a completely valid option.
 
Joined
Dec 9, 2015
Messages
152
Runemate and it's script run java code. Java is easy asf as long as you have common sense and you can use Google or the docs. I wouldn't suggest starting with c or cpp either because IMHO you should learn oop first
 
Top