Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I finally realized why Ruby, Python, PHP, etc exist

I finally realized why Ruby, Python, PHP, etc exist

Scheduled Pinned Locked Moved The Lounge
c++pythonphprubycom
14 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Slacker007

    Marc Clifton wrote:

    I want to be a god, but I'm afraid by the time I'll be done cursing *nix, I will be cast into hell.

    Didn't this happen to Lucifer, in some way?

    Z Offline
    Z Offline
    ZurdoDev
    wrote on last edited by
    #4

    Slacker007 wrote:

    Didn't this happen to Lucifer, in some way?

    Ya, Marc is so unoriginal. :rolleyes:

    There are only 10 types of people in the world, those who understand binary and those who don't.

    1 Reply Last reply
    0
    • M Marc Clifton

      There is a separation between the gods that know how to program in C/C++, figure out ridiculous package installation issues (we're talking *nix here), have useful command line switches tattooed all over their bodies, and can write make files with one hand tied behind their back. Then there's the script kiddie children of the gods, that can get things done only if they use a condom to protect them from the demons (and daemons) of the gods. Languages like Ruby or Python or PHP. I want to be a god, but I'm afraid by the time I'll be done cursing *nix, I will be cast into hell. Marc

      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #5

      So where does C# and VB.NET fit in? Foreplay?

      cheers Chris Maunder

      Sander RosselS M 2 Replies Last reply
      0
      • C Chris Maunder

        So where does C# and VB.NET fit in? Foreplay?

        cheers Chris Maunder

        Sander RosselS Offline
        Sander RosselS Offline
        Sander Rossel
        wrote on last edited by
        #6

        Let the gods play with C/C++ and *nix, let the children of the gods play with Python, Ruby and PHP. Meanwhile the normal people on earth use .NET and actually get stuff done without hassle (with proper tooling and type safety) :D

        Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

        Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

        Regards, Sander

        N 1 Reply Last reply
        0
        • M Marc Clifton

          There is a separation between the gods that know how to program in C/C++, figure out ridiculous package installation issues (we're talking *nix here), have useful command line switches tattooed all over their bodies, and can write make files with one hand tied behind their back. Then there's the script kiddie children of the gods, that can get things done only if they use a condom to protect them from the demons (and daemons) of the gods. Languages like Ruby or Python or PHP. I want to be a god, but I'm afraid by the time I'll be done cursing *nix, I will be cast into hell. Marc

          Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

          G Offline
          G Offline
          Garth J Lancaster
          wrote on last edited by
          #7

          luxury .. when I were I lad we had nought but a c++ compiler, bash, and make(files) When I moved off AS/400 programming onto Solaris, thats how we started - petitioning for/getting other tools ? hah - didnt happen for years

          N 1 Reply Last reply
          0
          • C Chris Maunder

            So where does C# and VB.NET fit in? Foreplay?

            cheers Chris Maunder

            M Offline
            M Offline
            Marc Clifton
            wrote on last edited by
            #8

            Chris Maunder wrote:

            So where does C# and VB.NET fit in? Foreplay?

            Well, with VB, it's more like getting off on self-flagellation. C# - well, neither god nor script kiddie, perhaps somewhere in the angelic realm. :rolleyes: Marc

            Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

            1 Reply Last reply
            0
            • Sander RosselS Sander Rossel

              Let the gods play with C/C++ and *nix, let the children of the gods play with Python, Ruby and PHP. Meanwhile the normal people on earth use .NET and actually get stuff done without hassle (with proper tooling and type safety) :D

              Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

              Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

              Regards, Sander

              N Offline
              N Offline
              newton saber
              wrote on last edited by
              #9

              C# really does seem to create a nice balance of power and ease.:thumbsup: There is so much that is wrapped up nicely, however, if you find you need to do something more close to the metal you can do pinvokes and call directly to Win API methods. All that, and the build system is nicely wrapped up for you so you can get some stuff done.:cool: I started out as a C/C++ dev and I remember all those interesting little tidbits of including libraries and making sure it all linked properly. ugh. It was all interesting and esoteric and...a huge waste of time, actually. X| Edit But, it did keep the kids out of the cookie jar. "No code for you!! You don't even know how to compile this stuff." :laugh:

              1 Reply Last reply
              0
              • G Garth J Lancaster

                luxury .. when I were I lad we had nought but a c++ compiler, bash, and make(files) When I moved off AS/400 programming onto Solaris, thats how we started - petitioning for/getting other tools ? hah - didnt happen for years

                N Offline
                N Offline
                newton saber
                wrote on last edited by
                #10

                I started out C/C++ also. Recently I got a RPi and was writing programs for it. Little command line C programs. So simple. I was reading the old K&R and looking at those programs in there. I was thinking, "wow, it's so amazing that people wrote these little utilities and could just focus on building these little apps that ran on *nix machines and didn't worry about it running on 4 different OSes and 5 different browsers." There was good and bad to all that. Just thought it was interesting. So much was so difficult and you couldn't find out stuff by googling. You had to find a book and many of the books didn't even exist and you were left to reading some terrible technical manual. Interesting how things change.

                G 1 Reply Last reply
                0
                • N newton saber

                  I started out C/C++ also. Recently I got a RPi and was writing programs for it. Little command line C programs. So simple. I was reading the old K&R and looking at those programs in there. I was thinking, "wow, it's so amazing that people wrote these little utilities and could just focus on building these little apps that ran on *nix machines and didn't worry about it running on 4 different OSes and 5 different browsers." There was good and bad to all that. Just thought it was interesting. So much was so difficult and you couldn't find out stuff by googling. You had to find a book and many of the books didn't even exist and you were left to reading some terrible technical manual. Interesting how things change.

                  G Offline
                  G Offline
                  Garth J Lancaster
                  wrote on last edited by
                  #11

                  :-) yep, the days where men were men and sheep were nervous .. oh, wait, wrong forum :-O <rant> but, we knew how to debug, didnt have the fancy stuff kids of today have </rant> and yes, its funny how we come back to those skills, Im doing 'IOT' on smaller MCU's as well

                  N 1 Reply Last reply
                  0
                  • G Garth J Lancaster

                    :-) yep, the days where men were men and sheep were nervous .. oh, wait, wrong forum :-O <rant> but, we knew how to debug, didnt have the fancy stuff kids of today have </rant> and yes, its funny how we come back to those skills, Im doing 'IOT' on smaller MCU's as well

                    N Offline
                    N Offline
                    newton saber
                    wrote on last edited by
                    #12

                    Totally agree about the kids not understanding things once they don't work. Code-kiddy: "Hey this doesn't work." Code-pro: "Why not?" Code-kiddy: "it not work. I don't know. It just doesn't work That's it." :confused:

                    1 Reply Last reply
                    0
                    • M Marc Clifton

                      There is a separation between the gods that know how to program in C/C++, figure out ridiculous package installation issues (we're talking *nix here), have useful command line switches tattooed all over their bodies, and can write make files with one hand tied behind their back. Then there's the script kiddie children of the gods, that can get things done only if they use a condom to protect them from the demons (and daemons) of the gods. Languages like Ruby or Python or PHP. I want to be a god, but I'm afraid by the time I'll be done cursing *nix, I will be cast into hell. Marc

                      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                      K Offline
                      K Offline
                      KarstenK
                      wrote on last edited by
                      #13

                      I am totally at the C++ side of you, but I know that with some of these scripting languages or high level languages as C# you can do a lot of simple solutions in a very short time.

                      Press F1 for help or google it. Greetings from Germany

                      1 Reply Last reply
                      0
                      • M Marc Clifton

                        There is a separation between the gods that know how to program in C/C++, figure out ridiculous package installation issues (we're talking *nix here), have useful command line switches tattooed all over their bodies, and can write make files with one hand tied behind their back. Then there's the script kiddie children of the gods, that can get things done only if they use a condom to protect them from the demons (and daemons) of the gods. Languages like Ruby or Python or PHP. I want to be a god, but I'm afraid by the time I'll be done cursing *nix, I will be cast into hell. Marc

                        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                        C Offline
                        C Offline
                        CPallini
                        wrote on last edited by
                        #14

                        It is rather pleasant developing in Lua and C on Linux.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups