What programming language do you prefer?

The place for chatting and discussing subjects unrelated to Wesnoth.

Moderator: Forum Moderators

User avatar
atomicbomb
Posts: 87
Joined: January 13th, 2011, 12:10 pm
Location: Pontianak, Indonesia
Contact:

What programming language do you prefer?

Post by atomicbomb »

Hi guys, I'm interested in programming but I don't know the best programming language, and I need your reference.

so, what programming language do you prefer?
* shadowmaster hits atomicbomb with a watermelon
* atomicbomb hits shadowmaster with durian
(On wesbreak to take care of my 17 HS classes. Will be back in mid June.)
My Blog | Noisy Bird | My Fake FB Account | Story of Wesnoth Forums
User avatar
Frogger5
Posts: 951
Joined: November 7th, 2009, 11:45 pm

Re: What programming language do you prefer?

Post by Frogger5 »

Different languages are good for doing different things. Some are more or less complicated. From what I've heard, flash is an easy programming language to start off with. (Though not all that useful?)
My spritework can be seen here.

Want to play Roll 2 Dodge, or even start your own game?http://rolltododge.freeforums.org/index.php We need you!
ajf
Posts: 22
Joined: March 8th, 2006, 12:49 pm

Re: What programming language do you prefer?

Post by ajf »

I like Matlab most. But as Frogger said different languages are best for different tasks, so propably Matlab will not be the best choice for you. :wink:

I would recommend Java for a start if you really want to do proper application development (c++ if you are a linux guy). Otherwise start with webtechnologies, learn how to write webpages, html, php, maybe some javascript.

Cheers,
ajf
User avatar
atomicbomb
Posts: 87
Joined: January 13th, 2011, 12:10 pm
Location: Pontianak, Indonesia
Contact:

Re: What programming language do you prefer?

Post by atomicbomb »

Thanks for your information guys :D ! i'll have look at them

and care not to post links to these language's site?
* shadowmaster hits atomicbomb with a watermelon
* atomicbomb hits shadowmaster with durian
(On wesbreak to take care of my 17 HS classes. Will be back in mid June.)
My Blog | Noisy Bird | My Fake FB Account | Story of Wesnoth Forums
User avatar
Frogger5
Posts: 951
Joined: November 7th, 2009, 11:45 pm

Re: What programming language do you prefer?

Post by Frogger5 »

Actually I just had a thought. If your completely new to programming then youmight want to take a look at Scratch
It gives you the basic idea of how Java programming works, without having to type up all the scripts yourself.
My spritework can be seen here.

Want to play Roll 2 Dodge, or even start your own game?http://rolltododge.freeforums.org/index.php We need you!
User avatar
atomicbomb
Posts: 87
Joined: January 13th, 2011, 12:10 pm
Location: Pontianak, Indonesia
Contact:

Re: What programming language do you prefer?

Post by atomicbomb »

I'm not a completely new to programming, i can write some simple programs in some languages.
I just want to know a language that easy to learn, code and debug. . since gaming became very popular in my country, i want to write games or website to make money.

Ehh Sorry, my english is bad so i avoid writing long posts.
* shadowmaster hits atomicbomb with a watermelon
* atomicbomb hits shadowmaster with durian
(On wesbreak to take care of my 17 HS classes. Will be back in mid June.)
My Blog | Noisy Bird | My Fake FB Account | Story of Wesnoth Forums
User avatar
Frogger5
Posts: 951
Joined: November 7th, 2009, 11:45 pm

Re: What programming language do you prefer?

Post by Frogger5 »

In that case, don't bother with scratch at all. You'll just be wasting your time. Take a look around the net. I'm sure you will find something that suits you. What kind of games/applications are you planning to make?
My spritework can be seen here.

Want to play Roll 2 Dodge, or even start your own game?http://rolltododge.freeforums.org/index.php We need you!
User avatar
atomicbomb
Posts: 87
Joined: January 13th, 2011, 12:10 pm
Location: Pontianak, Indonesia
Contact:

Re: What programming language do you prefer?

Post by atomicbomb »

Frogger5 wrote:In that case, don't bother with scratch at all. You'll just be wasting your time. Take a look around the net. I'm sure you will find something that suits you. What kind of games/applications are you planning to make?
I'm planning to make some simple games, or utilities, and if i can i would like to help developing wesnoth! (I have too much spare time)
* shadowmaster hits atomicbomb with a watermelon
* atomicbomb hits shadowmaster with durian
(On wesbreak to take care of my 17 HS classes. Will be back in mid June.)
My Blog | Noisy Bird | My Fake FB Account | Story of Wesnoth Forums
User avatar
Frogger5
Posts: 951
Joined: November 7th, 2009, 11:45 pm

Re: What programming language do you prefer?

Post by Frogger5 »

Simple games? Your looking for flash. Wesnoth uses a programming language called WML. You can learn all about it in the wiki.
My spritework can be seen here.

Want to play Roll 2 Dodge, or even start your own game?http://rolltododge.freeforums.org/index.php We need you!
User avatar
Hulavuta
Posts: 1668
Joined: October 11th, 2008, 8:17 pm
Location: United States

Re: What programming language do you prefer?

Post by Hulavuta »

Which is for Wesnoth content, but if you plan to become part of the development team, you'll need to know "real" ones. (I believe C++ or Python?)
F:tGJ, Saurian Campaign
The Southern Chains, a fanfic
“The difference between winners and champions is that champions are more consistent."
~Sierra
User avatar
bigkahuna
Posts: 657
Joined: September 11th, 2010, 6:24 pm
Location: In your mind.

Re: What programming language do you prefer?

Post by bigkahuna »

Hulavuta wrote:(I believe C++ or Python?)
Mainly C++ , but for development tools they occasionally use Python.
Check out my campaign Sweet Revenge!
Join the new R2D forum!
Anonymissimus
Inactive Developer
Posts: 2461
Joined: August 15th, 2008, 8:46 pm
Location: Germany

Re: What programming language do you prefer?

Post by Anonymissimus »

java+eclipse is the easiest to start I'd say, due to the comforts offered by eclipse
lua is also used for part of the BfW core
projects (BfW 1.12):
A Simple Campaign: campaign draft for wml startersPlan Your Advancements: mp mod
The Earth's Gut: sp campaignSettlers of Wesnoth: mp scenarioWesnoth Lua Pack: lua tags and utils
updated to 1.8 and handed over: A Gryphon's Tale: sp campaign
User avatar
atomicbomb
Posts: 87
Joined: January 13th, 2011, 12:10 pm
Location: Pontianak, Indonesia
Contact:

Re: What programming language do you prefer?

Post by atomicbomb »

So they used some languages to code wesnoth. I browsed and found that C++ was Hard too learn, and Lua/Python is easy to learn.
Others said that HTML is useful to improve my website. (I also want to improve website)
* shadowmaster hits atomicbomb with a watermelon
* atomicbomb hits shadowmaster with durian
(On wesbreak to take care of my 17 HS classes. Will be back in mid June.)
My Blog | Noisy Bird | My Fake FB Account | Story of Wesnoth Forums
ajf
Posts: 22
Joined: March 8th, 2006, 12:49 pm

Re: What programming language do you prefer?

Post by ajf »

HTML is the basis of any website. Not really the same as computer programming, but useful to learn anyway. For Python I guess it is the case you either love it or hate it. Personally I hate it, but I have friends who think it is great. :doh:

Cheers,
ajf
User avatar
PeterPorty
Translator
Posts: 310
Joined: January 12th, 2010, 2:25 am
Location: Chair, In-Front-Of-Computer

Re: What programming language do you prefer?

Post by PeterPorty »

Hulavuta wrote:Which is for Wesnoth content, but if you plan to become part of the development team, you'll need to know "real" ones. (I believe C++ or Python?)
You can also become a Dev with pure WML/Lua.
"The real world is for people who can't imagine anything better."
Post Reply