What language would it be best to write this in?

Discussion in 'Programming General' started by Shaaaaun, Jul 1, 2012.

What language would it be best to write this in?
  1. Unread #1 - Jul 1, 2012 at 10:55 PM
  2. Shaaaaun
    Joined:
    Jul 30, 2011
    Posts:
    1,206
    Referrals:
    0
    Sythe Gold:
    1
    Discord Unique ID:
    shaun#4087
    Discord Username:
    shaaaaun

    Shaaaaun Guru
    $25 USD Donor New

    What language would it be best to write this in?

    I'm looking to make a "program" to generate a list of possible matches onto a text file. So my question is what would be the best language to code this in.
    Also if I a little bit ofprogramming experience.

    E.g Generate all possibites from AAA through to ZZZ

    AAA
    AAB
    AAC
    etc.
     
  3. Unread #2 - Jul 2, 2012 at 9:36 AM
  4. matt_sells
    Joined:
    Nov 28, 2011
    Posts:
    78
    Referrals:
    0
    Sythe Gold:
    0

    matt_sells Member

    What language would it be best to write this in?

    Your not actually matching anything so I'm slightly confused however, I will presume you want a name checker, and you want to check every 3 letter combination, I'll also presume that you want alphanumeric combinations as well. To answer your question, any language could do this since you have little programming knowledge, I would recommend u use vb/c# for its simplicity. It's not a simple program to make either, not if you want to use multi threading to check multiple names at once etc.

    On another note, if it's a name checker for rs names, it's already been done a thousand times over.
     
  5. Unread #3 - Jul 2, 2012 at 6:19 PM
  6. W77
    Joined:
    Jan 30, 2012
    Posts:
    201
    Referrals:
    1
    Sythe Gold:
    0

    W77 Active Member

    What language would it be best to write this in?

    Do it in Python, it would be the easiest.

    Go to udacity.com and take the Computer Science 101 course. You learn Python from the ground up and in week 2 I believe you cover something very similar to that.
    If you dedicate enough time to it you can get there in two days. (I did at least, but I already knew Python.)

    I also suggest you set up PyDev in Eclipse before you begin.
     
  7. Unread #4 - Jul 2, 2012 at 10:58 PM
  8. Shaaaaun
    Joined:
    Jul 30, 2011
    Posts:
    1,206
    Referrals:
    0
    Sythe Gold:
    1
    Discord Unique ID:
    shaun#4087
    Discord Username:
    shaaaaun

    Shaaaaun Guru
    $25 USD Donor New

    What language would it be best to write this in?

    I already have the name checker I just need the names to check.

    Thanks, I will check out that website.
     
  9. Unread #5 - Jul 8, 2012 at 1:28 PM
  10. lechris
    Joined:
    Jul 8, 2012
    Posts:
    1,397
    Referrals:
    0
    Sythe Gold:
    0

    lechris Guru
    Banned

    What language would it be best to write this in?

    i think vb.net is the best for you
     
  11. Unread #6 - Jul 8, 2012 at 6:29 PM
  12. handrew
    Joined:
    May 16, 2012
    Posts:
    79
    Referrals:
    0
    Sythe Gold:
    0

    handrew Member

    What language would it be best to write this in?

    take the prior advice and use Python. Probably your best bet if you aren't very experienced with coding.

    -Handrew
     
  13. Unread #7 - Jul 12, 2012 at 5:15 PM
  14. mercatres
    Joined:
    Mar 2, 2008
    Posts:
    719
    Referrals:
    1
    Sythe Gold:
    0

    mercatres Apprentice
    Banned

    What language would it be best to write this in?

    Python isn't recommended for making actual apps.
    Python are scripts which are pain in the ass to distribute and slow, python is slow.
     
  15. Unread #8 - Jul 14, 2012 at 1:07 PM
  16. Clashfan
    Joined:
    Sep 2, 2005
    Posts:
    3,973
    Referrals:
    1
    Sythe Gold:
    1
    Two Factor Authentication User

    Clashfan Swim To The Moon
    Highly Respected Retired Administrator

    What language would it be best to write this in?

    Any language would be fine for that
     
< Need help with simple coding | Java, J2EE Web application development >

Users viewing this thread
1 guest


 
 
Adblock breaks this site