Why isn't blockbased coding more popular? it seems more simple to "Write" code like this.

Why isn't blockbased coding more popular? it seems more simple to "Write" code like this.

Homeless People Are Sexy Shirt $21.68

Unattended Children Pitbull Club Shirt $21.68

Homeless People Are Sexy Shirt $21.68

  1. 1 month ago
    Anonymous

    >Why isn't riding a bike with training wheels more popular?
    >it seems more simple to "ride" a bike like this.

    • 1 month ago
      Anonymous

      Wrong comparison. Bike with wheels has the same functionality. Block coding is gimped

      • 1 month ago
        Anonymous

        >blocks your path

      • 1 month ago
        Anonymous

        >Bike with wheels has the same functionality
        you ever rode a fricking bike? training wheels change handling entirely, you might as well have a pedal-powered car at that point.

    • 1 month ago
      Anonymous

      >

  2. 1 month ago
    Anonymous

    It's called functional programming.

  3. 1 month ago
    Anonymous

    is that Scratch?

  4. 1 month ago
    Anonymous

    If it's so great then explain what the pic you posted does

  5. 1 month ago
    Anonymous

    >it seems more simple to "Write" code like this.
    >at least 1 magic number inside every block
    anon that's why

  6. 1 month ago
    Anonymous

    the code generated from those IDEs (at one time) was so horrific and nonsensical that any blocks-style editors damaged reputation still hasn't been smoothed in industry to this day.
    tldr garbage in, garbage out

  7. 1 month ago
    Anonymous

    graphical block-based coding isn't as fast as just typing shit, plus you gotta deal with managing where to place your massive 100+ line equivalent blocks. plus plus storing the ocation of blocks takes up extra data than if they were just organized as individual source or scripts
    the only reason it's even this popular is due to it's accessibility. it's practicality for real-world codebases is kinda ass.
    try reading this shit i made as a kid

    • 1 month ago
      Anonymous
  8. 1 month ago
    Anonymous

    I have a better idea of what ASM is doing at a glance than this shit.

  9. 1 month ago
    Anonymous

    its so popular the wrote linux on it
    https://scratch.mit.edu/projects/892602496

    • 1 month ago
      Anonymous

      >t. can't read
      it's a linux running inside an emulator written in scratch
      they didn't rewrite linux

  10. 1 month ago
    Anonymous

    Now try doing anything complex

    • 1 month ago
      Anonymous

      > Why isn't blockbased coding more popular? it seems more simple to "Write" code like this.
      Correct.
      What it's missing is:
      (1) template metaprogramming
      (2) pervasive use of LABEL: and GOTO: type structures
      (3) long-form java imports such as import java.util.factory.factormaker.neighborhood.town.city.cityfactorymakermaker.townfactory.neighborhoodmaker.factorygenerator.instance.singleton

      once a common sense language with all of these three features then this will easily be the finest imaginable language, superior to even brainfrick

    • 1 month ago
      Anonymous

      Node graphs are an entirely separate kind of crazy.

  11. 1 month ago
    Anonymous

    They are easy for beginners to write but very hard for anyone to read and they are a challenge to change - its much easier to rewrite a few lines of code than to have to pull and replace many parts out of a block stack.

  12. 1 month ago
    Anonymous

    I wouldn't even let a child near this mess. I was writing code at 10 and I'm a fricking moron.

    There is absolutely no benefit, none, zero.

    Name literally one benefit, you can't.

    It's not "more simple", period.

  13. 1 month ago
    Anonymous

    because graphical programming languages tend to make people feel insecure

  14. 1 month ago
    Anonymous

    Not exactly programming (very close though) but in DSP space, there are a lot of softwares which is flowchart based editors to chain together signal flow through various operations (filtering, decimation, interpolation, modulation etc)

  15. 1 month ago
    Anonymous

    I've seen them used in beginner programming classes. Somewhat useful for getting people into the 101 concepts.

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