In my opinion pointers are obsolete.

In my opinion pointers are obsolete.
Everything should be pass by value and references (pointers) should be inferred by the compiler as needed to increase performance.

Black Rifle Cuck Company, Conservative Humor Shirt $21.68

DMT Has Friends For Me Shirt $21.68

Black Rifle Cuck Company, Conservative Humor Shirt $21.68

  1. 7 days ago
    Anonymous

    Every time I see this person my desire to see her in a maid outfit increases.

    • 7 days ago
      Anonymous

      >her
      HAHAHAHAHAHAHAHAHAHAHA

      • 7 days ago
        Anonymous

        >troon 5785.jpg
        How many of these do you have?

        • 7 days ago
          Anonymous
          • 7 days ago
            Anonymous

            Why do you have 8473 trannies?

          • 7 days ago
            Anonymous

            Why don't you?

          • 7 days ago
            Anonymous

            god i fricking hate americans

          • 7 days ago
            Anonymous

            what a cutie

      • 7 days ago
        Anonymous

        this is for post-ops right?
        it's almost like there's a direct correlation between surgically removing your only purpose for survival (propagating your species) and physiological depression.

      • 7 days ago
        Anonymous

        grim

  2. 7 days ago
    Anonymous

    Java is ideal for you, Ranjesh.

  3. 7 days ago
    Anonymous

    For the most part I agree. The compiler can optimize better that way and do bounds checks. But there are a few use cases that still more or less need them to work optimally like dynamic recompilation for emulation or compatibility layers. But these can be implemented in C/C++ and called from a modern language.

  4. 7 days ago
    Anonymous

    You can just write a scientific paper about it, why don't you have a go? Maybe you'll learn some things along the way and potentially revolutionize computing, it's as easy as writing this post anon 🙂

  5. 7 days ago
    Anonymous

    >Everything should be pass by value
    dude just make copies of everything for no reason lmao

    • 7 days ago
      Anonymous

      In languages without pointers only scalars are passed by value, objects are passed by reference.

    • 7 days ago
      Anonymous

      Good luck doing that when you're processing a huge set of data many times on a function call and creating copies of it every time instead of simply changing the original memory address.

      >what is copy-on-write

      In languages without pointers only scalars are passed by value, objects are passed by reference.

      Yes, that is a barbaric practice that must be ended.

      • 7 days ago
        Anonymous

        >what is copy-on-write
        the opposite of pass by value

        • 7 days ago
          Anonymous

          No. Pass by reference is a SEMANTIC feature of a language. COW is an implementation detail. It doesn't change the semantics of a language. COW in the context of pass by reference is meaningless, if you write then you are writing to the original object, there is no need to copy anything.

          • 7 days ago
            Anonymous

            if you pass by value you are creating a copy

          • 7 days ago
            Anonymous

            Depends on your definition of "copy".
            The whole point of COW is only creating an actual copy when an object is written to. Using COW you can make as many "copies" as you want without actually copying the underlying memory, and only make a real copy of the data that is actually modified, all transparently to the programmer.

  6. 7 days ago
    Anonymous

    They have their uses. For systems however, I like this post: https://floooh.github.io/2018/06/17/handles-vs-pointers.html

    • 7 days ago
      Anonymous

      >handles
      Those mad people who made the win32 API were right all along.

  7. 7 days ago
    Anonymous

    original meme DO NOT STEAL

  8. 7 days ago
    Anonymous

    Good luck doing that when you're processing a huge set of data many times on a function call and creating copies of it every time instead of simply changing the original memory address.

  9. 7 days ago
    Anonymous

    Buy an AD, homosexual

  10. 7 days ago
    Anonymous

    Sorry kiddo, C is high level language for assembly. It’s how the computer works, how memory actually works, if you need to do callback or pass data bigger than 8 bytes you’re going to have to use pointers. Lots of shitty boot campers get filtered by it.

    • 7 days ago
      Anonymous

      C if for noobs.
      Real men write machine code. It's how the computer *actually* works, not your silly little if statements and loops.

      • 7 days ago
        Anonymous

        Machine code is where it's at. Not assembly crap. Using undocumented opcodes that Israel put into your CPU is what real men do.

    • 7 days ago
      Anonymous

      C is a high level language

  11. 7 days ago
    Anonymous

    >troony posting
    >shit opinion
    Yawn.

  12. 7 days ago
    sage

    >muh magic compiler meme again
    subhumans like you need to be raped and then castrated

    • 7 days ago
      Anonymous

      Yeah bro we need to write everything in painstaking detail like cavemen bro, automation is for trannies amirite?

  13. 7 days ago
    Anonymous

    yay it's this thread again
    how many days running is it now?

  14. 7 days ago
    Anonymous

    I like pointers. I can break an array out into individual variables.

  15. 7 days ago
    Anonymous

    In my opinion biological women are obsolete.
    Everything should pass.

Your email address will not be published. Required fields are marked *