Page 1 of 3

What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 11:27 am
by DrDeuce
This is probably the nerdiest post title of all time, but seriously, what is your coding history and what's your faviourite now?

I am learning Java at the moment, and I've made a few phrase-o-matics, which soon I'm going to turn into some sort of flash game with graphics.

My big project on java is to create a huge 'phrase-o-matic' which generates a story. I have a base down for it, but the compiler seems to hate it :P

The project is so that everytime you click a button titled 'adventureplz' a random story is generated with different characters and places and bad guys and outcomes everytime. Right now I'm working on a little text based RPG, but after I've finished that I'll get to work on 'Adventureplz'.

Here's just some of the code I'v written so far, it should as be mashed together. This is just a small part of it so far.
Spoiler:
Code: Select all
public class Story {
   
    public static void main(String[] args) {
       
        String[] once = { "Once ", "Once Upon a Time ", "Many Moons Ago " };
        String[] person = { "a dwarf ", "an elf ", "a human ", "a goblin ", "a wizard " };
        String[] names1 = { "Sar", "Sad", "Axe", "Door", "Mor", "Kor", "Bread", "Beer", "Duff", "Pig", "Shack", "Mac" };
        String[] names2 = { "brain", "head", "leg", "foot", "hand", "cave", "wine", "hill", "zorg", "hat", "sull", "gull", "on", "osus" };
        String[] town1 = { " Dur", " Hill", " Fort", " Road", " Cross", " Ugly", " Attle", " Little", " Sleep", " Shack", " Char" };
        String[] town2 = { "ham ", "ton ", "shire ", "stead ", "market ", "minor " };
        String[] was1 = { "was ", "twas " };
        String[] was2 = { "eating a frog ", "eating a pie ", "eating a leg of lamb", "eating some ham ", "quietly thinking ", "drawing " };
        String[] at1 = { "the local inn, the" };
        String[] inn1 = { "Prancing", "King's", "Royal", "Cow's", "Vegetable", "Smith's" };
        String[] inn2 = { " Arms,", " Legs,", " Hair,", " Crown,", " Pickaxe," };
        String[] titles1 = { " the Wizard", " Lord", " Prince", " the adventurer", " the nomad" };
        String[] names1a = { "Er", "Gan", "Sal", "Dorf", "Lop", "Golp", "Da" };
        String[] names2a = { "bad", "bas", "endor", "dalf", "on", "hof" };
        String[] titles2 = { " the Stupid ", " The Wise ", " The Forgetful ", " ", " ", " The Explorer ", " ", " ", " ", " " };
        String[] event1 = { "burst in, ", "thundered through the door, ", "ran into the inn, " };
        String[] event2 = { "and said ", "and screamed ", " and shouted ", " and declared " };
        String[] event3 = { "'I'M GOING ON AN ADVENTURE!'", "'I'M GOING TO FIND SOME TREASURE!'", "'ANYONE WANNA GO ON AN ADVENTURE!?'" };
It doesn't work together so well in a forum post, but you get the general idea

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 11:30 am
by RyanK
I'm not quite sure. I don't really program much, so...

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 1:25 pm
by pokefan548
I mainly work with LUA.

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 2:13 pm
by rakiru
pokefan548 wrote:
I mainly work with LUA.
Lua, not LUA.

I don't really have one single favourite programming language, but I mainly use Java, Python and C# and think C is a beautiful language. Many people dislike Java, and I have a few problems with it too, but that's true for pretty much every language (I can't think of any problems with C right now). C# is like Microsoft's version of Java, except the GUI system doesn't suck. Python, while I hate a lot of the principles of it, and it makes me rage a fair bit, it's really nice for quickly hacking something together.

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 2:49 pm
by HoboHob
rakiru wrote:
(I can't think of any problems with C right now)
It's a pain in the butt to port your code to other platforms/compilers.

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 10:58 pm
by ZaniTeaDrinker
Msl(mirc scripting language)pretty easy to use and it has a really advanced scripting language.

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 11:23 pm
by Semper
English

Just kidding, I am a noob at coding so I use that yoyo games game creator thing.

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 11:27 pm
by Priok
the one I know the most about is PYTHON, the first one that i was learning is LOGO. I don't know that much about that one though, and I don't program anymore so it is not a done deal going on

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 11:31 pm
by RyanK
GM studio? or gamemaker? Type yoyo games, and it'll pop up. I've heard of that before. Checked it out, and made a few games. I've seen a few pretty good games made with it, but not as good as other progamming language.

Check it out! here's the link: http://www.yoyogames.com/
Spoiler:
Venomous has some good games, well some at least: http://sandbox.yoyogames.com/search?q=Venomous

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 11:42 pm
by Semper
RyanK wrote:
GM studio? or gamemaker? Type yoyo games, and it'll pop up. I've heard of that before. Checked it out, and made a few games. I've seen a few pretty good games made with it, but not as good as other progamming language.

Check it out! here's the link: http://www.yoyogames.com/
Spoiler:
Venomous has some good games, well some at least: http://sandbox.yoyogames.com/search?q=Venomous
Tried it, i have low patients and coding is not for me.

Re: What's Your Faviourite Programming Language?

Posted: Fri Apr 12, 2013 11:43 pm
by RyanK
Ya, coding is not my thing either. But it was just a suggestion for begginer coders who want something easy to start with. Anyway, maybe it was a bad idea.

Re: What's Your Faviourite Programming Language?

Posted: Sat Apr 13, 2013 10:42 am
by rakiru
HoboHob wrote:
rakiru wrote:
(I can't think of any problems with C right now)
It's a pain in the butt to port your code to other platforms/compilers.
That depends on what you're writing really. Plus, you shouldn't have to port it between compilers if you wrote it properly.
ZaniTeaDrinker wrote:
Msl(mirc scripting language)pretty easy to use and it has a really advanced scripting language.
As far as scripting languages go, MSL is really bad. As for being "advanced", well, it isn't - it's an extremely simple scripting language. I'm assuming you think it's advanced because of what it can do, but if they'd picked any other language, such as Lua, Python, Perl, Ruby, etc. then you'd be able to do all the same things within MIRC, as well as a whole bunch more.
Priok wrote:
the one I know the most about is PYTHON, the first one that i was learning is LOGO. I don't know that much about that one though, and I don't program anymore so it is not a done deal going on
Why did you capitalise the whole word? It's Python, not PYTHON.
[/pedantic]
RyanK wrote:
Ya, coding is not my thing either. But it was just a suggestion for begginer coders who want something easy to start with. Anyway, maybe it was a bad idea.
It's probably not a great idea to recommend where to start if you haven't done anything more than start yourself, although it's good that you're trying to help.

Re: What's Your Faviourite Programming Language?

Posted: Sat Apr 13, 2013 12:33 pm
by RyanK
Ya, I guess I shouldn't. I just read that it was easy to use, but whatever.

Re: What's Your Faviourite Programming Language?

Posted: Sat Apr 13, 2013 5:34 pm
by DrDeuce
rakiru wrote:
HoboHob wrote:
rakiru wrote:
(I can't think of any problems with C right now)
It's a pain in the butt to port your code to other platforms/compilers.
That depends on what you're writing really. Plus, you shouldn't have to port it between compilers if you wrote it properly.
ZaniTeaDrinker wrote:
Msl(mirc scripting language)pretty easy to use and it has a really advanced scripting language.
As far as scripting languages go, MSL is really bad. As for being "advanced", well, it isn't - it's an extremely simple scripting language. I'm assuming you think it's advanced because of what it can do, but if they'd picked any other language, such as Lua, Python, Perl, Ruby, etc. then you'd be able to do all the same things within MIRC, as well as a whole bunch more.
Priok wrote:
the one I know the most about is PYTHON, the first one that i was learning is LOGO. I don't know that much about that one though, and I don't program anymore so it is not a done deal going on
Why did you capitalise the whole word? It's Python, not PYTHON.
[/pedantic]
RyanK wrote:
Ya, coding is not my thing either. But it was just a suggestion for begginer coders who want something easy to start with. Anyway, maybe it was a bad idea.
It's probably not a great idea to recommend where to start if you haven't done anything more than start yourself, although it's good that you're trying to help.
Wow, you've been in a really bad mood today Green_tongue

Re: What's Your Faviourite Programming Language?

Posted: Sat Apr 13, 2013 5:39 pm
by rakiru
DrDeuce wrote:
Wow, you've been in a really bad mood today Green_tongue
Actually, no, I haven't. Also, that's a pretty mild post compared to some of my other ones.