+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Best scripting language online and offline

  1. #1
    chris218 is offline x10Hosting Member chris218 is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    65

    Question Best scripting language online and offline

    What is your idea of the "best" scripting language online and offline.

    If you post back, don't just say X Y and Z, give your reasons, such as scalabiliy, speed, ease etc etc.

    My ideas of "best"

    internet scripting language is probebly PHP.

    - Fairly easy to understand
    - Powerful
    - quick
    - Can do a lot with it
    - Many many extensions to it
    - use with nearly any database type

    Offline is C ++
    - again, easy to use
    - good performance (speed) - only if you code well
    - more efficient
    - scalable - you can again do a lot with it.
    - I use it a lot in my job (EA Games - Games System/Platform Engineer)

    Mine are not that detailed, as I am tired, I may post better thought out ones later.

    Do post comments, and your idea of which is best.

    Chris

  2. #2
    Chris Z's Avatar
    Chris Z is offline x10 Spammer Chris Z is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Posts
    2,802

    Re: Best scripting language online and offline

    nice well i am learning PHP and i am actually writing up a script right now (go figure) but i haven't really programmed offline but i would have to say PHP is just awesome since you can include HTTP code in it, and the syntax is just pretty easy to understand...

    wow you're a game system/platform engineer at EA Games? that's really cool but does it pay good?
    -Chris Z
    Retired Account Manager


  3. #3
    chris218 is offline x10Hosting Member chris218 is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    65

    Re: Best scripting language online and offline

    Yea, its good, but it gets hectic as I own 2 buisnesses aswel! Pays reasonably well yea.

  4. #4
    Cynical's Avatar
    Cynical is offline Lord Of The Keys Cynical is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Massachusetts, USA
    Posts
    1,746

    Re: Best scripting language online and offline

    Scripting languages aren't the same as programming languages... a scripting language is usually web-based, like JavaScript, ASP, etc., and programming languages are usually distributed in compiled binaries (EXE's), such as C++, Java, etc., but I assume you mean all languages you use to program stuff in. In short, scripting languages must be run by another program, programming languages make programs that run by themselves. PHP is in the middle of the road now because there are a few methods to actually compile PHP-driven EXE's, though I am not sure if they are really compiled or just written into a runner program.

    I'm a fan of mostly C++ and PHP, obviously PHP for web-based stuff and C++ for programs and games. I am a bit new to C++, but I love the structure (or lackthereof) of the code. I've tried Delphi and Pascal but since they aren't as popular they are a bit harder to learn. PHP is extremely easy to use and is easier to share (ie. easier to show someone a web page than an EXE).
    Last edited by Cynical; 07-17-2006 at 02:56 PM.
    Seven: This rule is so underrated, keep your family and business completely separated.

  5. #5
    chris218 is offline x10Hosting Member chris218 is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    65

    Re: Best scripting language online and offline

    Quote Originally Posted by Cynical
    Scripting languages aren't the same as programming languages... a scripting language is usually web-based, like JavaScript, ASP, etc., and programming languages are usually distributed in compiled binaries (EXE's), such as C++, Java, etc., but I assume you mean all languages you use to program stuff in. In short, scripting languages must be run by another program, programming languages make programs that run by themselves. PHP is in the middle of the road now because there are a few methods to actually compile PHP-driven EXE's, though I am not sure if they are really compiled or just written into a runner program.

    I'm a fan of mostly C++ and PHP, obviously PHP for web-based stuff and C++ for programs and games. I am a bit new to C++, but I love the structure (or lackthereof) of the code. I've tried Delphi and Pascal but since they aren't as popular they are a bit harder to learn. PHP is extremely easy to use and is easier to share (ie. easier to show someone a web page than an EXE).
    yes, sorry, I didn't phrase it quite right.

  6. #6
    jensen's Avatar
    jensen is offline x10 Lieutenant jensen is an unknown quantity at this point
    Join Date
    Nov 2005
    Location
    At my desk
    Posts
    438

    Re: Best scripting language online and offline

    PHP is my choice too. It gets better and better with the many helping to develop it. It's also a great learning tool for "programming" in a sense you can see the results almost immediately. No need to compile and run them. Also because PHP is community driven, lots of help from the forums and communites online. In contrast to ASP which require licences, people are not so willing to share.

    Offline, I'd go for C, have not upgraded to C++ yet. Since PHP with MySQL running on Apache server gets most of the job done, I've not used C that much these days.
    "For I am not ashamed of the gospel of Christ: for it is the power of God unto salvation to every one that believeth" Romans 1:16

  7. #7
    roach6390 Guest

    Re: Best scripting language online and offline

    Online is easy, PHP of course...

    For offline, my favorite would be PB. PB stands for "PureBasic" and is probably the easiest progamming language you can learn. It comes with multiple libraries and all windows controls. It can compole to a console, exe, OR shared DLL. The only problem is that it's around $60, but it's worth it.

    For game making, I reccomend Game Maker. Easy programming language (GML), and an extremely simple to use GUI. The only problem is it only will run on Windows, as well as it's EXEs.

    For free programming in general, I like C++. Nothing beats it!

  8. #8
    rahul2006 is offline x10 Sophmore rahul2006 is an unknown quantity at this point
    Join Date
    Oct 2005
    Location
    IN THE HELL , WANT TO JOIN THEN PM ME
    Posts
    214

    Re: Best scripting language online and offline

    Php Is The Best

  9. #9
    noerrorsfound is offline x10 Elder noerrorsfound is an unknown quantity at this point
    Join Date
    Mar 2006
    Posts
    868

    Re: Best scripting language online and offline

    Python seems to be both scripting and programming. You can make both web based scripts and binaries.

    It's easy to learn, fun to use, and you get stuff done faster. But since it's an interpreted language, you're giving up some speed.
    EOF

  10. #10
    benryip is offline x10Hosting Member benryip is an unknown quantity at this point
    Join Date
    Jan 2005
    Posts
    54

    Re: Best scripting language online and offline

    Yes, Python would be the best language, in my opinion.

    I do research at Oxford, and Python has to be my tool of choice for all the computational studies we do. (Though a lot of our code is done in FORTRAN, which I hate.)

    Although you may give up some of the speed, the maintainability and ease of use more than makes up for it. You definitely move faster as a developer as someone who has to change code a lot, even if it does run slower.

+ Reply to Thread
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers