FWGX Lemmy
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@TadoTheRustacean@programming.dev to Programmer Humor@programming.dev • 1 year ago

What are variables and semicolons for actually?

message-square
36
fedilink
104
message-square

What are variables and semicolons for actually?

@TadoTheRustacean@programming.dev to Programmer Humor@programming.dev • 1 year ago
message-square
36
fedilink

  • dohpaz42
    link
    fedilink
    English
    7•1 year ago

    On a more serious note, does rust suffer some of the same issues as JavaScript when it comes to omitting semicolons?

    • Deebster
      link
      fedilink
      10•1 year ago

      No…?

    • @marcos@lemmy.world
      link
      fedilink
      7•1 year ago

      Do not expect to find anything like Javascript craziness on other languages. Or you’ll be severely disappointed.

      • @FizzyOrange@programming.dev
        link
        fedilink
        4•1 year ago

        There are plenty of languages with warts at least as bad as JavaScript’s. Bash, PHP, C, even relatively sane languages like Python still have huge issues like implicit variable declaration.

        • @SpaceNoodle@lemmy.world
          link
          fedilink
          6•1 year ago

          JS and PHP are by themselves in a special ring of hell.

          • @TadoTheRustacean@programming.devOP
            link
            fedilink
            1•1 year ago

            Bash is a bigger one. Luckily there’s nushell

      • @jubilationtcornpone@sh.itjust.works
        link
        fedilink
        English
        4•1 year ago
        for (const item in items) { }
        

        !=

        for (const item of items) { }
        
        • xigoi
          link
          fedilink
          2•1 year ago

          Still better than

          for _, item in ipairs(items)
          
    • @TheAgeOfSuperboredom@lemmy.ca
      link
      fedilink
      4•1 year ago

      Nope. In Rust, a semicolon denotes a statement while a lack of semicolon is an expression so you can’t just omit them at will. This does lead to cool things though like if/else blocks being able to produce values if they end in an expression. But the expression type is checked so you’re less likely to make a mistake. You can see an example here: https://doc.rust-lang.org/rust-by-example/flow_control/if_else.html

      In JavaScript I never skip semicolons because I’ve seen those subtle bugs.

Programmer Humor@programming.dev

!programmer_humor@programming.dev

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: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
  • 1.5K users / day
  • 3.54K users / week
  • 8.84K users / month
  • 20K users / 6 months
  • 24.8K subscribers
  • 1.55K Posts
  • 55.9K Comments
  • Modlog
  • mods:
  • Feyter
  • adr1an
  • @BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org