PHP / Python / Ruby / C#, which one for a non web app.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jay23
    Confirmed User
    • Jun 2003
    • 1444

    #1

    PHP / Python / Ruby / C#, which one for a non web app.

    If you want to develop a app that does not use a UI (no Web front end or UI front end) which development envirnment will you use ?

    I like C# just because of the huge .NET library.
  • WiredGuy
    Pounding Googlebot
    • Aug 2002
    • 34512

    #2
    I prefer perl as its a rapid application development environment.
    WG
    I play with Google.

    Comment

    • StuartD
      Sofa King Band
      • Jul 2002
      • 29903

      #3
      uhmm... not web? Then C#.
      This is me on facebook
      This is me on twitter

      Comment

      • jay23
        Confirmed User
        • Jun 2003
        • 1444

        #4
        So which one is doing well in the web front end , ruby , php , asp.net ?

        I have not touched ruby or php in my life.

        Comment

        • Varius
          Confirmed User
          • Jun 2004
          • 6890

          #5
          Originally posted by jay23
          So which one is doing well in the web front end , ruby , php , asp.net ?

          I have not touched ruby or php in my life.
          If you haven't touched PHP you probably won't be a Python fan, it's basically a cross between PHP and C++
          Skype variuscr - Email varius AT gmail

          Comment

          • camgirlshide
            Confirmed User
            • Jan 2005
            • 1558

            #6
            I use php now for all my new linux scripts even if they aren't for web use. Personally, I find it the easiest because of the documentation on php.net and the amount of built in functions.
            It might not be the fastest or most efficient language out there, but does it really matter for most scripts?
            Useful adult webmaster links -
            Alphabetical list of solo models with webcam
            Stats on my best converting affiliate programs - camgirlshide webmaster blog
            complete list of affiliate programs I use.

            Comment

            • doridori
              So Fucking Banned
              • Jul 2008
              • 2222

              #7
              Originally posted by WiredGuy
              I prefer perl as its a rapid application development environment.
              WG
              i second that.
              dont forget CPAN. basically everything you need has been done.

              Comment

              • mrkris
                Confirmed User
                • May 2005
                • 2737

                #8
                Originally posted by jay23
                If you want to develop a app that does not use a UI (no Web front end or UI front end) which development envirnment will you use ?

                I like C# just because of the huge .NET library.
                What type of app, jay? If you need something fast, go with a scripted language.

                Originally posted by WiredGuy
                I prefer perl as its a rapid application development environment.
                WG
                How is it a rapid application development environment? It's a scripted language just like Python, PHP, Ruby, etc.

                PHP-MySQL-Rails | ICQ: 342500546

                Comment

                • WiredGuy
                  Pounding Googlebot
                  • Aug 2002
                  • 34512

                  #9
                  Originally posted by mrkris
                  How is it a rapid application development environment? It's a scripted language just like Python, PHP, Ruby, etc.
                  CPAN has tons of libraries and code ready to go that you can pretty much do whatever you need in < 50 lines of code. That to me is a RAD environment.
                  WG
                  I play with Google.

                  Comment

                  • mrkris
                    Confirmed User
                    • May 2005
                    • 2737

                    #10
                    Originally posted by WiredGuy
                    CPAN has tons of libraries and code ready to go that you can pretty much do whatever you need in < 50 lines of code. That to me is a RAD environment.
                    WG
                    Pretty much the same with Ruby Gems, PHP PEAR, etc.

                    PHP-MySQL-Rails | ICQ: 342500546

                    Comment

                    • Killswitch - BANNED FOR LIFE

                      #11
                      Originally posted by camgirlshide
                      It might not be the fastest or most efficient language out there, but does it really matter for most scripts?
                      It all depends on who's writing it and how well it's written. The 5th biggest website on the internet is ran on PHP, don't see it having any problems.

                      Comment

                      • jay23
                        Confirmed User
                        • Jun 2003
                        • 1444

                        #12
                        [QUOTE=mrkris;15383497]What type of app, jay? If you need something fast, go with a scripted language.[QUOTE]


                        The only reason I like C# is the huge .NET libarary. The app I have been working on (No coding yet, still design) is a backend for a Web site, the front end will be done by others and talks to backend using Javascript / JSON / REST.

                        Jay

                        Comment

                        • mrkris
                          Confirmed User
                          • May 2005
                          • 2737

                          #13
                          [QUOTE=jay23;15383553][QUOTE=mrkris;15383497]What type of app, jay? If you need something fast, go with a scripted language.


                          The only reason I like C# is the huge .NET libarary. The app I have been working on (No coding yet, still design) is a backend for a Web site, the front end will be done by others and talks to backend using Javascript / JSON / REST.

                          Jay
                          MMmmm REST

                          PHP-MySQL-Rails | ICQ: 342500546

                          Comment

                          • jay23
                            Confirmed User
                            • Jun 2003
                            • 1444

                            #14
                            [QUOTE=mrkris;15383556][QUOTE=jay23;15383553]
                            Originally posted by mrkris
                            What type of app, jay? If you need something fast, go with a scripted language.

                            MMmmm REST
                            The new visual studio 10 , Net 4.0 makes developing REST super easy...just like a method call.

                            Comment

                            • mrkris
                              Confirmed User
                              • May 2005
                              • 2737

                              #15
                              [QUOTE=jay23;15383591][QUOTE=mrkris;15383556]
                              Originally posted by jay23

                              The new visual studio 10 , Net 4.0 makes developing REST super easy...just like a method call.
                              Well, that's all it really is. Instead of defining methods like you would in XMLRPC, you use different request methods. GET POST PUT DELETE

                              PHP-MySQL-Rails | ICQ: 342500546

                              Comment

                              Working...