Campfyre
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
gpw@lemmy.ml to Programmer Humor@lemmy.ml · 2 years ago

no cap

lemmy.ml

message-square
33
fedilink
589

no cap

lemmy.ml

gpw@lemmy.ml to Programmer Humor@lemmy.ml · 2 years ago
message-square
33
fedilink
alert-triangle
You must log in or # to comment.
  • JuxtaposedJaguar@lemmy.ml
    link
    fedilink
    arrow-up
    56
    ·
    2 years ago

    Reminds me of lolcode:

    HAI 1.2
    CAN HAS STDIO?
    PLZ OPEN FILE "LOLCATS.TXT"?
        AWSUM THX
            VISIBLE FILE
        O NOES
            INVISIBLE "ERROR!"
    KTHXBYE
    
  • fluxion@lemmy.world
    link
    fedilink
    English
    arrow-up
    51
    ·
    2 years ago

    And that’s how rappers became the top programmers in the industry

    • gpw@lemmy.mlOP
      link
      fedilink
      arrow-up
      25
      ·
      2 years ago

      Can’t wait to see Lil Yachty around work

  • Lilium (She/Her)@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    41
    ·
    2 years ago

    Artistry, on god frfr 🙏🙏

  • aseriesoftubes@lemmy.world
    link
    fedilink
    arrow-up
    36
    ·
    2 years ago

    I have to say, I like the substitution of yeet for return. No cap.

    • gpw@lemmy.mlOP
      link
      fedilink
      arrow-up
      23
      arrow-down
      1
      ·
      2 years ago

      All of my returns are going to be yeet from now on

      My code reviewers will respond to my commits with on god 🙏

      My manager will do girl math to determine my next raise

      #zoom

    • Kevin@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 years ago

      Rust has an RFC that wants to consider yeet as a keyword for throwing an exception, I think they’re currently keeping it as a placeholder just in case

      • vanZuider@feddit.de
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        AFAIK they’re not seriously considering it as a keyword, but they agreed that in all discussion about the semantics of exceptions they will use “yeet” as a placeholder for the keyword, so people will actually discuss the semantics and not whether the keyword is gonna be “raise”, “throw”, “except” or whatever (so-called Bikeshed Effect)

  • grue@lemmy.ml
    link
    fedilink
    arrow-up
    25
    ·
    2 years ago

    Pro tip: the arguments to main() don’t have to be named argc and argv.

    Also, you forgot to #define an alias for atoi, and number, n, and i could’ve been named something more on fleek.

    • bronzle@lemm.ee
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      edit-2
      2 years ago

      Also could have takin out mains return type and used sus chief

    • darcy@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      number is a variable i think

      • grue@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        2 years ago

        Yes, as are n and i. Do they not deserve ‘fleekness?’

        • darcy@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          sorry i misread. i thought u meant number was not #define’d

  • db2@sopuli.xyz
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    2 years ago

    Does it make me a bad person that I like this?

    Edit: wait… return ! 0 ; wtf

    Edit 2: idc still like it frfr no cap

    • grue@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      2 years ago

      Edit: wait… return ! 0 ; wtf

      I mean, returning non-zero exit status on error is just good practice. It even managed to evaluate to the same numerical value as EXIT_FAILURE when I tested it on my machine (gcc 11.4.0 linux x86-64), although I’m not sure if that’s always the case or if it’s undefined behavior.

      This cursed code is quite well-written.

      • bronzle@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        2 years ago

        !0 is defined as 1, that’s how argv [ no cap ] works, that and the ridiculous argc check stood out as a bit off, but works

    • SnowdenHeroOfOurTime@unilem.org
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Yes.

  • MrNoodleBox@lemm.ee
    link
    fedilink
    arrow-up
    19
    ·
    2 years ago

    Reminds me of Rockstar. The example also implements Fizz Buzz.

    • rt136us@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      That’s my favorite esoteric programming language!

  • NegativeLookBehind@kbin.social
    link
    fedilink
    arrow-up
    18
    ·
    2 years ago

    My eyes are bleeding

    • gpw@lemmy.mlOP
      link
      fedilink
      arrow-up
      23
      ·
      2 years ago

      The path to salvation is filled with terrors and temptation

      no cap

  • bronzle@lemm.ee
    link
    fedilink
    arrow-up
    18
    ·
    edit-2
    2 years ago

    For those curious:

    int main(int argc, char **argv) {
      if ( -- argc != ! 0 ) {
        errx ( ! 0 , "shheiiiit" ) ;
        return ! 0 ;
      }
      
      int number = atoi ( argv[! 0] ) ;
    
      for ( int i = ! 0 ; i <= number ; ++ i ) {
        printf ( "%3d " , i) ;
        
        if ( i % 3 == 0 ) {
          printf ( "fizz" ) ;
        }
      
        if ( i % 5 == 0 ) {
          printf ( "buzz" ) ;
        }
        printf ( "\n" ) ;
      }
      return 0 ;
    }
    
  • BleatingZombie@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    2 years ago

    I hate this. Where do I find more?

    • grue@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      2 years ago

      https://duckduckgo.com/?q=abuse+of+the+c+preprocessor

      • Zucca@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        ·
        2 years ago

        Holy unholiness, Batman!

        I did expect those kinds of tricks would cause syntax error in #defines, but instead looks like everything is allowed… Some day someone #defines a such abomination that it creates universe wide black hole -like vacuum and everything ceases to exist.

  • OniiFam@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Removed by mod

  • RickyRigatoni@lemmy.ml
    link
    fedilink
    arrow-up
    13
    ·
    2 years ago

    i am seething with rage

    • Zucca@sopuli.xyz
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      I’m not a C programmer (is this code even C?), but I anticipated seeing comments like this. 😂

  • blackluster117@possumpat.io
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 years ago

    It’s like watching a car crash in slow motion trying to read it. I can’t look away…

  • Mr Reach @lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    2 years ago

    I threw up in my mouth.

  • Jax@kbin.social
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    I was going to suggest ALL CAPS in response, but then I remembered COBOL already exists.

Programmer Humor@lemmy.ml

programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 231 users / day
  • 1.67K users / week
  • 1.99K users / month
  • 8.97K users / 6 months
  • 2 local subscribers
  • 35.7K subscribers
  • 1.34K Posts
  • 33.8K Comments
  • Modlog
  • mods:
  • cat_programmer@lemmy.ml
  • AgreeableLandscape@lemmy.ml
  • BE: 0.19.7
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org