Dollars BBS | Technology

feed-icon

Main

News

Animation

Art

Comics

Films

Food

Games

Literature

Music

Personal

Sports

Technology

Random

Calling all coders! (4)

1 Name: Crusading Wolf : 2018-07-07 18:28 ID:JomoFad2 [Del]

Hey there!
So I am pretty familiar and have worked with computer hardware with some old past experience in some small java coding, but I want to be able to learn and get back into coding again for both phone programs and pc. I am not really dead on with whichever kind of program I specifically want to code, whether it is a video game, an AI, or a whole operating system. So I was wondering, any one have suggestions as to which language I should start with, learn, or use, for any or individually used for these programs?

2 Name: RoadRunner !ziZMENJ7vE : 2018-07-07 19:09 ID:Ss0vnb6N [Del]

I'm learning also let's connect I've been coding from YouTube they have lots of good mentors some of the stuff is in bits and pieces but if you slowly put it all together it could grow what you are looking for ^.^

roadrunner.dollars@gmail.com

3 Name: Crusading Wolf : 2018-07-07 20:21 ID:JomoFad2 [Del]

Sure thing mate^^ Anyone else interested?

4 Name: Izaya !l8w9M8R/eY : 2018-07-13 03:37 ID:iNXPZG+O [Del]

If you want to code something like a videogame, I recommend using lua with corona sdk. For AIs I used python, but you could probably do that relatively well with lua as well. For an operating System or something however, you'd need to use a really low-level language like C. I have personally stuck mainly to python, but I have used lua (to an extent) and corona sdk (to an extent) and I can vouch that they are good starter languages. When you get enough experience with coding however, it would be a good idea to move on to C when doing things that involve hardware usage, like an OS.