If I want to develop stuff for PW, what programming language I need to learn?

Results 1 to 4 of 4
  1. #1
    Valued Member Selenica is offline
    MemberRank
    Nov 2011 Join Date
    113Posts

    If I want to develop stuff for PW, what programming language I need to learn?

    Topic.

    I also have an interest in trying my hand at programming languages, and since I have dealt with PWI so long, may as well start with it..

    Am not designing my own server. Maybe something else.


  2. #2
    uint is best int. Swoosh91 is offline
    MemberRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: If I want to develop stuff for PW, what programming language I need to learn?

    Anything that's Turing Complete. Helps if it's native though depending on what you want, and depending on if you want to open source it.

  3. #3
    Valued Member Selenica is offline
    MemberRank
    Nov 2011 Join Date
    113Posts

    Re: If I want to develop stuff for PW, what programming language I need to learn?

    I had to look that up.

    Sad that Python isn't one of them, since apparently this is the goto language for beginners. So far my options are C, C++ and Java. I'd probably go with java as I have a better grasp of OO stuff.

  4. #4
    uint is best int. Swoosh91 is offline
    MemberRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: If I want to develop stuff for PW, what programming language I need to learn?

    Why not python? I mean, it'S most certainly the slowest of the ones you listed, and the indentation/untyped stuff isn't for everybody, but it works just as well as anything else.

    You can write OO with cpp also, but yes, java is a good starting language, and personally my least faviourite of all you listed (too verbose).

    Cheers

    PS : the turing completeness was a joke, every relevant language is TC :)



Advertisement