53

😂😂😂😂😂😂

Comments
  • 0
    What language is this?
  • 8
    @CluelessBanana I'm not the OP, but I certainly know that language. It's Delphi (aka "object Pascal"). It's an abundant source of devrant material, I know this because I have the misfortune to use it at work. That picture certainly describes how I feel using it.
  • 0
    @QoolQuy2000 but using pascal gives me a sense of superiority :'(
  • 5
    @RazorSh4rk You're fully entitled to a sense of superiority if you can cope with Delphi.

    The many terrible things that Delphi does deserve their own rants, but I'll give a little taste of one of them here: Delphi optimises your code, even for a debug build, EVEN WHEN YOU'VE TURNED OFF OPTIMISATION!!!

    You're debugging your Delphi code, you try and examine a variable only to get told "Variable [blabla] inaccessible here due to optimization" or "Function to be called, [blabla], was eliminated by linker"

    WHY DELPHI, WHY? WHY THE FUCK ARE YOU OPTIMISING A FUCKING DEBUG BUILD?

    There is a project option to turn off the optimiser, but Delphi ignores it and still does this shit. There's nothing as annoying as reproing a tough bug, only to find Delphi won't let you examine a critical variable because Delphi has been nice enough to optimise it away for you. In your debug build. Fuck you too, Delphi.

    I'm running out of chars, but don't bother searching SO, everyone else has this problem too.
  • 0
    Finally seing a lazarusianer... As I see, ur in the basics of the lang, no feel free to ask me any question about it... Skype: micraftn-gaming (I chose the name as I was ten, dont judge me)
  • 0
    @QoolQuy2000 the Highlight looks like lazarus, and lazarus is much bettec and free that delphi
  • 0
    @linuxer4fun oh wait.... Well, if fou need help, feel free to ask anyway xD
Add Comment