Running “Hello World!” in 10 VISUAL Programming Languages!

Sdílet
Vložit
  • čas přidán 13. 04. 2023
  • In this video, we will explore the fascinating world of visual programming languages. I'll be introducing ten unique visual languages and demonstrating how they work by running the classic "Hello World!" program in each one.
    💻 Instagram: / im.ardens
    💻 Discord: / discord
    💻 GitHub: github.com/myNameIsArdens
  • Zábava

Komentáře • 601

  • @HellFireNeko
    @HellFireNeko Před rokem +477

    I personally think visual languages help easily get people into the idea of programming without driving them away due to the idea that programming is "hard" visual styles look simpler, and feel simpler to the end user.
    However as someone who work purely in text based languages, I prefer not using visual languages unless it is to aid others in learning the idea of how to write code. And even then, I will often teach them a simple language like, Python, rather than Java, C++, C or C#.

    • @Ardens.
      @Ardens.  Před rokem +51

      good take

    • @doktoracula7017
      @doktoracula7017 Před rokem +26

      To be fair it would be useful to use visual aids in programming more. A lot of very complex code gets quite simple with proper visual help (which might help untangle that mess too)

    • @biglexica7339
      @biglexica7339 Před rokem +2

      scheme better

    • @MemesOfChess
      @MemesOfChess Před 11 měsíci +1

      @@felixdaniel9472 yes

    • @dpeff
      @dpeff Před 10 měsíci +1

      When I was in elementary school we did scratch programming and it made me never want to code.
      Fast forward 12 years and I'm junior in college studying computer science because I had to take a python course for my accounting major.

  • @rijaja
    @rijaja Před 10 měsíci +72

    When I talk about how I got into computer science with a kid or parent, I never fail to mention Scratch. The thing got me to where I am today. It doesn't teach you complexity, memory usage, or complex algorithms, but it lets you have fun long enough to trick you into understanding that a computer is only as smart as you make it.

    • @ziphy_6471
      @ziphy_6471 Před 19 dny

      I got into programming as a kid with c#

  • @gavinbowers137
    @gavinbowers137 Před rokem +253

    There actually is a visual programming language which you program in VR. It's called Logix and it's the native programming language in NeosVR. Just about anything can be written in it. It's mainly used for scripting avatars, environments, and tools. It is placed in 3d space, but many people use boards which the Logix nodes snap to in order to keep them organized

    • @Ardens.
      @Ardens.  Před rokem +72

      I just looked it up & that's so cool! I wish I knew of it, I would've definitely added it to the list. Thanks for sharing

    • @realghostles
      @realghostles Před rokem +4

      There’s also circuits in recroom

    • @dexlovesgames_dlg
      @dexlovesgames_dlg Před 10 měsíci +3

      @@Ardens.you should make a video for it. I’d love to see a whole demonstration from you!

    • @Com2486
      @Com2486 Před 6 měsíci

      @@realghostles also, udon graph!

    • @somerandomuser5155
      @somerandomuser5155 Před měsícem

      Soo blender node?

  • @jagpreetsingh6711
    @jagpreetsingh6711 Před rokem +183

    1:40 Kodu Game Lab (1)
    3:13 Scratch (2)
    4:01 Blockly (3)
    5:01 Raptor (4)
    5:57 Greenfoot (5)
    7:08 Pure Data (6)
    (7:20 Max/MSP)
    8:51 Node Red (7)
    10:18 Snap, Pencilcode, Kitten Editor
    10:24 Pygmalion (8)
    11:04 Sketchpad (9)
    11:54 Cube (10)

    • @Gaguiceiro
      @Gaguiceiro Před rokem

      He didn't use gml visual!

    • @unmellowthegamer8946
      @unmellowthegamer8946 Před rokem

      He didn't mention the sequel to kodu game lab, Microsoft spark. L video

    • @Shintarobrl
      @Shintarobrl Před rokem +2

      what about the one at 0:25?

    • @FyonixYT
      @FyonixYT Před 7 měsíci

      @@Shintarobrl nobody responded 😔

    • @Gwarks337
      @Gwarks337 Před 7 měsíci

      @@Gaguiceiro He also missed DRAKON but that is rocket science anyway

  • @Farzriyaz
    @Farzriyaz Před 9 měsíci +5

    I got a visual programming concept called Triangle, where triangles are the building blocks of the program. In Triangle, the entire program is situated in a triangle where you can begin to program.
    Step 1: Design and Description of Blocks in Triangle
    Pretty much every block in Triangle splits the input triangle (the triangle where the block is) into 4 smaller triangles in some sort of Sierpinski Triangle style which are each used to do something (either convey what the block is or make space for a smaller input triangle) or do absolutely nothing and be considered part of the one that conveys what the block is.
    Return: The "return" block has a blue right arrow that is used to convey it on the top triangle, and a dark blue letter S that denotes a string in that input triangle on the centre triangle. It puts it onto the console.
    Mathematical Operations (Add, Subtract, Multiply, Divide, Exponentiate, Square Root, Cube Root, Logarithm, Natural Logarithm): The mathematical operation blocks have their respective symbol in blue that is used to convey the operation it represents on the top square, and their operands are represented by dark blue letters N that denote numbers on the left and right triangles (for single operand functions, their operands are at the centre triangles). They do their corresponding operations where the left triangles are the first operands and the right triangles are the second operands (for single operand functions, the centre triangles are their only operands).
    Concatenation: The "concatenation" block is similar to the multiple operand mathematical operation blocks, but the operation performed is concatenation and the operands are now strings.
    Repetition: The "repetition" block is similar to the multiple operation mathematical operation blocks, but the operation performed is repetition and the operands are now a program and a number.
    Condition: The "condition" block has a blue letter I to represent the block in the top triangle, the boolean is a dark blue letter B in the centre triangle. If the boolean is true, the left triangle (a dark blue letter T) is executed, and if the boolean is false, the right triangle (a dark blue letter F) is executed.
    Variable Declaration: The "variable declaration" block has a blue VD for Variable Declaration on the top triangle, the name is a string, a dark blue S and the value is a number, string or boolean, a dark blue P for Parameter in the right.
    Variable Usage: The "variable usage" block has a blue VU for Variable Usage on the top triangle, and a dark blue S for String in the centre.
    Step 2: Moving and Scrolling
    When you put too many blocks, it may be time to zoom in to the program. So how do you do that in Triangle?
    Moving: You can drag with the mouse, or use the arrow keys on the keyboard to move across your program.
    Zooming: You can use the scroll wheel, or use the O and P keys to zoom in and out, respectively.
    Step 3: Libraries and Servers
    Time to look outside the program. Here are how libraries and servers in Triangle work.
    Creation: To create a library, you have to create a superprogram that is a Triangle program specifically meant to create libraries.
    Uploading: You can double click the program to upload the program onto any library you are allowed to upload projects to. As for servers, your projects will be given an ID after uploading. Servers have ID's that may appear on your project's ID.
    Style: You may see a hexagonal pattern when in the library/server's page.
    Accessing: You can see project ID's while hovering over them. If you see the ID of the project you want to access, click on it and you can run the program and view it's console.
    Reporting: You can report bugs or violations of TOS to the creator of either the project or the Triangle website, but neither I, nor the creator of the Triangle website, can guarantee a fix to bugs in or deletion of any project.
    Now for the full reveal: the "Hello World" program written in such a programming language, converted to plain text:
    T: ->
    C: S ; "Hello, World!"
    T = Top
    L = Left
    C = Centre
    R = Right

  • @Machodave2020
    @Machodave2020 Před rokem +68

    I feel like Blockly is extremely useful because it can also teach you how to write in said language. You place the blocks and it makes the code for you, you can read over the code it made to get an understanding of how the language is written, and once you're ready, you can eventually write in that code by yourself.

  • @tordjarv3802
    @tordjarv3802 Před rokem +86

    There is a really common visual language that should have at least gotten a honorable mention (or maybe a dishonorable mention since any program written in it becomes spaghetti code), LabVIEW. It’s is used to control lab equipment (such as oscilloscopes and lock-in amplifiers) and is designed to look similar to electronic circuit diagrams, yet it incorporates things like for and while loops.

    • @RSOFT92
      @RSOFT92 Před rokem +3

      IMO there a 2 Languages missing: LabVIEW (wich i use a lot for different purposes from showing Text on an old FLUKE Oscilloscope to Audio Measurement) and VVVV. VVVV is quite similiar to PureData but more usable and versatile as well as visually more appealing, atleast in my Opinion.

    • @TheExileFox
      @TheExileFox Před 10 měsíci +2

      LabVIEW was bigger before Multisim Blue arrived.
      "Ladder Logic" on the other hand is still staying strong.

    • @tordjarv3802
      @tordjarv3802 Před 10 měsíci +2

      @@TheExileFox MultiSIM Blue is a SPICE Circuit simulation while LabVIEW is a graphical dataflow programming language. While their might be some overlaps there are definitely situations where you can use LabView but can't use MultiSIM Blue and vice versa. I can definitely say that many of my experamentalist colleagues (as phycisist) use LabVIEW and not MultiSIM Blue to control their lab equipment.

    • @danking7546
      @danking7546 Před 8 měsíci

      LabVIEW is great for gathering, processing, and visualizing information. If you're doing test, measurement, and/or control of things in the real world, use it by all means. The problem is that it's proprietary and a little cult-ish. I started out my career in LabVIEW, and would use it again for the right application, but I tend to work mostly in text-based languages now.

  • @atalamcom1941
    @atalamcom1941 Před rokem +63

    Man the programming in VR looks BANGER

    • @fss1704
      @fss1704 Před rokem +1

      That idk, but imagine doing cad on it with the help of an ai, i'll live to see that.

    • @goosydev
      @goosydev Před 6 měsíci

      As a programmer and a vr player I hope that will never happen xD

    • @atalamcom1941
      @atalamcom1941 Před 6 měsíci

      @@goosydev lol

  • @precumming
    @precumming Před rokem +13

    I'm an admin of a large programming server and it's really interesting to see the kinds of people who slag off VPLs. Beginners love them because they're easy, experts love them because we recognise that understanding how programming works is more important than learning a language, but those who are a couple steps off from beginner hate them because they're seen as things for babies. Every professional that I know who knows about Scratch (in particular), loves it because it's just such a good introduction to thinking like a programmer.
    I think VPLs haven't taken off because of the stigma that they're for babies, and people can be very vocal about their opinions and want others to think that they're bad and that it's not real programming.
    VPLs also have the issue of that they benefit from being simple and that means that they end up needing to be limited. You can't just add in every single thing a programming language can do because now you've just got something that is really cluttered because you've got what is essentially a programming language but boxes, lines, and they aren't necessarily in straight lines. They're more limited to very specific use cases and need to be designed around the function.
    I'm currently in the planning steps for a VPL of my own for a service I'm making and with what I need it to do I'm unable to build off the experience of others and I need to reinvent the wheel. There's so much more work that has to be done for a VPL than if you were to just make a library for developers to use, you're shifting the effort from the user onto yourself.

  • @zskull162
    @zskull162 Před 10 měsíci +8

    I absolutely love visual coding. I make worlds/game for VRChat, and they have Udon which is a block based language with “noodles” to connect the blocks. Udon being visual is the only reason I’m able to actually make games and stuff, because I find it much harder to understand text coding than blocks connected with lines

  • @gamethecupdog
    @gamethecupdog Před rokem +35

    12:50 Theres also the Logix in NeosVR! The nodes are 2D, but are objects in 3D space.

  • @balkcat_inf
    @balkcat_inf Před rokem +703

    ardens can't even survive a 1ms on twitter because of that joke 💀💀💀💀💀💀 (very bad joke, I DON'T regret making this)
    edit: haha I'm not saying "mom I'm famous".. hol up, this is metahumor, but saying this is metahumor makes it more METAHUMOR, this is a loop.. THIS SENTENCE HAS INFINITE RANK OF METAHUMOR :O
    Also for this comment to have this many replies and likes, it means Arden's video is very popular. Good job Arden's!

  • @hyphen_tv
    @hyphen_tv Před rokem +11

    I've tried node red in the past and honestly i loved it.
    Glad it got on this list.

  • @ozonegamedev
    @ozonegamedev Před rokem +3

    Great video! I haven't heard of most of these languages.

  • @stysan
    @stysan Před rokem +2

    I used Kodu Game Lab, Scratch and Blockly when I learned to code :) Nice video, this is really informative and interesting! :)

  • @SlimeyDev
    @SlimeyDev Před rokem +1

    amazing and very informative video! as always

  • @hyperlybola
    @hyperlybola Před rokem +8

    For creating an FSM (Finite State Machine) for a game, it's incredibly helpful to have visuals. For example setting up animation states visually, and how they interact/transition to one another works wonders visually.
    Despite how helpful visuals can be, most programmers including myself prefer text based. It's just far more efficient, and straight forward
    EDIT:
    Should mention that I meant to say Visuals can be used alongside Text

  • @HeroicTime
    @HeroicTime Před rokem +98

    What’s up fellow coders

    • @ImOwnef
      @ImOwnef Před rokem +3

      Nothin much what abt u

    • @notarandom7
      @notarandom7 Před rokem +3

      How you doin' fellow coders

    • @guy-
      @guy- Před rokem +3

      Man I love C++

    • @zotoro69420
      @zotoro69420 Před rokem

      Ah ya know. Just the norm. Like making a c program that draws a penis and crashes ur pc

    • @nubbyboi6523
      @nubbyboi6523 Před rokem +2

      @@guy- pointers

  • @pdx9287
    @pdx9287 Před rokem

    Finally been waiting so long for a new vid

  • @_DRMR_
    @_DRMR_ Před rokem

    Hah. Thank you for tackling this in another great video!
    One correction on Pure Data: Miller Puckette first wrote Max, then moved on to Pure Data. Then later a version of Max integrated parts of Pd to form Max/MSP (which takes the name from: Miller Smith Puckette - MSP).
    It's still developing as a language and there are many extensions (called "externals") also for video, 3D, networking, all kinds of human input methods, microcontroller i/o, alternative GUI projects, and even ways to run Pd patches inside a DAW or transpile them into C/C++.

  • @itsstormcraft
    @itsstormcraft Před 10 měsíci +3

    I have plenty of experience using Scratch. Actually, I recently made my GMTK-GameJam game in Scratch. It went fairly well, I got a place a bit behind 2300, which I find to be perfectly acceptable.
    You highlighted the two dimensional nature of Visual Languages, which is one of the reasons I procrastinate learning to make games in an actual engine and not Scratch of all places, though I must admit that it has its upsides programming in Scratch: You can make a functioning prototype in a few minutes.
    Sure, when you then try to flesh your idea out, you will quickly come to the point where it gets harder and everything requires ages to do, because well … you need to do everything from scratch.
    This is the only thing I am really missing in Scratch: The tools of a game engine.
    Scratch isn’t a game engine currently, but I hope that someday, it can be used as one.

  • @ozzi9816
    @ozzi9816 Před 10 měsíci +4

    I personally think visual programming languages are very helpful depending on what you're trying to do, and I think going forward we're going to see more people who first learned via visual languages, or even crazier, people who exclusively use visual languages. I know the developer of a game called Project Feline said he's doing all the coding in Unreal Engine's visual code editor tool and it's gotten a decent ways there in terms of development

  • @taube637
    @taube637 Před rokem +10

    next we're going to see a 4d visual programming language called Hypercube

    • @Ardens.
      @Ardens.  Před rokem +2

      not gonna lie, that name is fire 🔥

    • @fss1704
      @fss1704 Před rokem

      That would be dope

  • @thederpydude2088
    @thederpydude2088 Před 2 měsíci

    The game Plasma inspired me to go down the visual programming language rabbit hole I'm in. It's kinda like Blender's nodes where you connect things with lines, and I really liked how separate parts of programs could be understood to be distinct because of the visual separation.

  • @Talha27
    @Talha27 Před rokem +1

    Very Informative Video 😊

  • @jxkc3030
    @jxkc3030 Před rokem +4

    I've never been a big fan of VPLs but with the way AI and the industry is going, I feel that VPLs that can compile or be edited/structured with Programming Languages would be very interesting and productive, I feel that it would secure more jobs and keep the industry "stable"

  • @sutoreikyatto
    @sutoreikyatto Před rokem +5

    I often hear the use of visual programming being helpful for artists. I assume it's mainly because of how intuitive it is to use and doesn't require you to learn something completely new.

    • @jay-tbl
      @jay-tbl Před rokem +2

      I always thought visual programming was too tedious for logic programming but its amazing for making shaders

  • @janx1763
    @janx1763 Před 5 měsíci

    Instant subscribe for consistency with the title

  • @The_one_and_only_Caveman
    @The_one_and_only_Caveman Před 10 měsíci +1

    That video is pure gold😮

  • @ARKGAMING
    @ARKGAMING Před rokem +1

    Wow you unlocked a memory I didn't know I had with kodu game lab

  • @coolbrotherf127
    @coolbrotherf127 Před rokem +4

    Companies have been trying to push various VPLs for one reason or another for a long time. It works for many things that are premade for the languages to work with, but as soon as you might want to do something very specific with your code, you'll have to type it out the old fashion way anyway. For real world use, even student developers can type out code way faster than they could click and drag things around. For large projects, it just gets tedious.

  • @TheExileFox
    @TheExileFox Před 10 měsíci +2

    You should have had "ladder logic" as an honorable mention because it is actually widely used in factories, processing plants and etc. It is an industry-standard visual programming language for "PLC" devices. (specialized computers, in a nutshell)

    • @TevelDrinkwater
      @TevelDrinkwater Před 10 měsíci

      I was thinking of Function Block Diagrams, as used in DCS systems.

    • @TheExileFox
      @TheExileFox Před 10 měsíci

      @@TevelDrinkwater Sure, but that one is closer to Raptor which was already mentioned. FBD is nice for small things but for larger, I personally prefer ladder. On Siemens, the FBD layout uses a ton of vertical space and there is nothing you can do about it.

  • @vilet918
    @vilet918 Před rokem +1

    I enjoy and understand text based programming, but honestly as a programmer with dyslexia visual tools come in very handy sometimes. I also find visual tools helpful for prototyping and grasping the logic of my program before implementing the code. It helps me figure out and catch logical errors earlier in the process.

  • @tejaswithme3713
    @tejaswithme3713 Před rokem

    OMG! just thought you didn't posted in a while & just wanted to check that you are alive or not... Happy to trust my guts 😅

  • @jack_lion
    @jack_lion Před 10 měsíci

    Ayy big ups for shouting out my favorite, max msp

  • @Bigman74066
    @Bigman74066 Před 3 měsíci

    PLC ladder programma is another example of a visual programming language that is used by many software engineers in industrial automation

  • @pehrljungberg7346
    @pehrljungberg7346 Před 10 měsíci +4

    I was thinking ladder logic would get an honourable mention at least. (Used for programming PLC's. At least that is what i have used it for) it is designed to be read like a circut diagram and therefore quick to learn.

  • @GanerRL
    @GanerRL Před rokem +1

    honestly a sort of 3d programming language I could see maybe working, specifically an APL style one because you could have wayyy more types of combinators with inputs coming in from more than just the left or right

  • @whtiequillBj
    @whtiequillBj Před 10 měsíci +1

    an honorable mention is Turtle which has also been shown in this video; which is used to make the character in Scratch move around.
    If you see anything that says North, South, East, West that is an implementation of Turtle.

  • @Kat21
    @Kat21 Před rokem +2

    I had no idea Kodu Game Lab existed, but its coding interface reminds me a TON of Project Spark from back in the day. I remember using that a lot all that time ago..

  • @romandegtiarev
    @romandegtiarev Před 10 měsíci

    I used Kodular a couple of times to create apps that I use now almost every day. I'm a musician and I know nothing about programming, but it was not only useful, but also (mostly) fun experience. So, from the point of view of non-programmer VPLs can be quite useful!

  • @Daniel_VolumeDown
    @Daniel_VolumeDown Před rokem +7

    I am not sure, but I think Labview might be one of most advanced visual programming language.
    Also there is a lot of visual programming languages for making games (and yeah, it is specific use case, but creating music as mentioned in video is too)
    I think other reasons that visual programming languages might be not as widely used as text based, is because these are sometimes not free or not open source. And I think that when it comes to programming language, that is very important. (For example labview have free version aviable for everyone, but it is a little limited (but limited only in more advanced stuff like ready to use drivers for specific devices as far as I know) and if I am not wrong: restricted to noncommercial work (and labview is not open source)).

    • @Mythilt
      @Mythilt Před rokem

      Was going to ask where was LabView and Simulink (VPL extension for matlab)? (I could mention HPVee, but I think that is mostly abandonware now.)

    • @fss1704
      @fss1704 Před rokem

      Nevermind havin stuff that runs in other hardware.

  • @greenrhinoguy
    @greenrhinoguy Před 7 měsíci

    in my computer programming class, we started out using Kodu (the main focus of the class is Java). Because I had already been coding in Scratch for a few years, it was a bit boring for me personally, but i can see how it could be very useful to someone who is completely new to programming.

  • @shadowzero3673
    @shadowzero3673 Před 9 měsíci +1

    I worked with Greenfoot in school and i must say: It was really fun!
    The Java inclusion was quite intuitive. It crashed like every two minutes, but like every good computer science student, spamming "Ctrl-S" is my best friend.

  • @object-official
    @object-official Před 10 měsíci +2

    0:47 Hey Two!
    When you bake a cake
    Decorate and take it to
    The players who are safe
    That's how you know it's Cake at Stake!
    Cake at Stake!

    • @eastnnnnn
      @eastnnnnn Před 2 měsíci

      THE POWER OF TWOOOOOOOO

  • @SimGunther
    @SimGunther Před rokem +1

    There's literally a "Gallery of Programmer Interfaces" slide deck by Jonathan Edwards worth checking out because of all the wacky programming opportunities we missed out on!

  • @tanmaykumar343
    @tanmaykumar343 Před 9 měsíci

    I love you brother!thank you so much

  • @danielbranscombe6662
    @danielbranscombe6662 Před rokem +14

    personally I prefer to use a 4 dimensional programming language. It introduces the dimension of time where in you simply take a nap and wait for someone else to write the code you need. LOL

    • @fss1704
      @fss1704 Před rokem +1

      Great you figured out AI

  • @hugoelec
    @hugoelec Před rokem +1

    thanks to the 1d 2d 3d idea
    that's a good point to tackle

  • @zxuiji
    @zxuiji Před rokem +1

    If those devs of the 3d one are watching, you can represent pointers and functions with portals, both reveal data a distance away from the pointer/function/portal so the understanding should be instinctual. For the input/output of functions the user just needs to have something like a conveyor belt for the data, for example the data can go in on the left side of one side of a portal and come out on the right side of the same side after looping through the function's internals.

    • @fss1704
      @fss1704 Před rokem

      That's goddamn slow.

    • @zxuiji
      @zxuiji Před rokem

      @@fss1704 it's a 3d representation, of course it's slower than proper code like C

  • @iAmVonexX
    @iAmVonexX Před rokem +3

    Fun Fact:
    Visual programming is widely used in industrial automation. PLCs are often programmed in FBS (Function Block Diagram), relatively comparable to Raptor.
    Most of the time, even for bigger systems, you mainly focus on if-then statements. So using languages, even relatively easy languages like python, would be a bit overkill.
    I for myself use IL (Instruction List) most of the time for non-production projects and even that is a walk in the park compared to programming like you would think of.
    Here are another 5 cents of mine:
    If you're thinking about learning to code and/or electronics, but you have absolutely no base knowledge, you could try to start with Scratch to learn the base logic. Maybe even try to learn a bit about Redstone in Minecraft since it gives you basic knowledge about Logic. Even if it's more like an electronic circuit, the logic remains similar to programming. After all, you're trying to tell electrons to flow in a specific direction either way.
    Then I'd highly reccomend getting your hands on a PLC. A basic one, like the Siemens LOGO! costs around 215€. There you can dive deeper into the logic behind your code, respectively, your logic-blocks.
    After that, python seems like a good and easy start. I'm currently in the learning stage and making huge progress.
    Cheers!

    • @fss1704
      @fss1704 Před rokem +1

      There is simulators for logo, no need to buy the hardware. Heck, today you can buy an arduino and get help from the ai to learn.

    • @TevelDrinkwater
      @TevelDrinkwater Před 10 měsíci

      I'd have to agree with the Arduino for hobbyists. Maybe Siemens is better, but in my experience most PLC (and DCS) manufacturers have proprietary programming environments. Configuration on older equipment can be an adventure.

  • @mcjavabelike8320
    @mcjavabelike8320 Před rokem

    I personally think that blocksCAD is a perfect example of a visual language
    it is easy to learn, due to the drag and drop elements, quite similar to scratch.
    it is a good learning tool, as it uses the same syntax as the OpenSCAD it is running backend, allowing sombody to learn the syntax. to add furtther you may at any time look at the text-based version of the code you just wrote, or even start whiting in the text-based mode.

  • @crafterboy27
    @crafterboy27 Před 10 měsíci

    Fun fact: Scratch is built off blockly. Other fun fact: By using something like turbowarp packager you can turn a scratch project into a an html file which you can make into apps for pc, Android, IOs(maybe idk about IOs), and Linux. For example in Android studio you can display an html file.

  • @spuzzdawg
    @spuzzdawg Před 8 měsíci +1

    You missed Vee which is similar to LabView mentioned in a lot of these comments.
    Also, I'd add Ladder Logic to the list, which is still commonly used to program PLCs. It's a completely different paradigm to everything else shown.

  • @wandercore_24
    @wandercore_24 Před rokem

    oh god, the nostalgia rushing down my veins in Kodu, i used to play that all the time in CS class

  • @minetomek
    @minetomek Před rokem +3

    For some reason my school teaches in scratch through whole primary school.

  • @wildcard_772
    @wildcard_772 Před 6 měsíci +1

    Personally, as someone who uses scratch from time to time, VPLs are a very useful tool, as without them I would never be able to program anything. Programming isn't a big interest for me, but being able to experiment and have fun with it wouldn't be possible without scratch, so shoutout to VPLs

  • @programaths
    @programaths Před rokem +1

    A blend of both is the real thing! MPS from Jetbrains allow to design and implement such languages!

  • @afdashtech5322
    @afdashtech5322 Před rokem +1

    Very useful

  • @SG-yq7fm
    @SG-yq7fm Před 4 měsíci

    I used to spend hours messing around with the Lego Mindstorms program creator (which is kinda like a specialized version of scratch) honestly I think I was pretty good for like a 14 year old. Unfortunately it never went further than that, and I haven’t touched programming since

  • @IamPyu-v
    @IamPyu-v Před rokem

    A new epic video!

  • @thiskul
    @thiskul Před rokem +1

    i want to make a prototype of that 3d language. ctrl(or another similar key) whilst moving mouse to rotate the cube, and the entire program is inside it. mouse to zoom in and out (edit: middle click to pan maybe?). i'll keep this on my mind :D
    edit2: okay so i was thinking on how functions would work and maybe it could be like a cube that you can expand (edit3: like youre just in the program and if you want to look at a function you could "enter" the function to reveal the code inside, from the main level the cube would just be a thing with inputs and outputs and a name, maybe a hoverable description?) ?? like it opens up to a whole different like level type deal. I am totally gonna make this
    edit4: maybe i should make a pico8 prototype in 2d just to see how cool it would be, maybe id use something else other than p8 because itd be a bit restricting for something like this even in 2d

    • @thiskul
      @thiskul Před rokem +1

      but first i should learn either opengl+c++ or unity more thoroughly if i were to ever take it on.

  • @Cripodidite
    @Cripodidite Před 17 dny

    Another one that didn't make the list is visual basic where you can put things on a interface and put code Into them so part visual, part text based. It's quite easy actually

  • @RobloxScriptingTuts
    @RobloxScriptingTuts Před 5 měsíci

    just imagine a vr physics game that has these 3d code blocks that you connect together and code your objects, say i had a motor and i wanted it so when i push a button it spins at 500 rpm and when i let go it goes to 0 rpm just imagine how fun it would be

  • @block_01_
    @block_01_ Před 7 měsíci

    1:42 gosh the last time I heard of and used it was primary school, I didn’t realise it was still a thing

  • @madyto
    @madyto Před 7 měsíci

    Kodu ! I used to play on school computers back in 2014, It changed a lot !

  • @domesticcat1725
    @domesticcat1725 Před 10 měsíci

    i can't believe kodu game lab still exists, i was ADDICTED to it when i was like 11

  • @carlosiagnecz
    @carlosiagnecz Před 4 měsíci +1

    In 2060 we will have sphere, literally just tony starks programing language

  • @vabka-7708
    @vabka-7708 Před 10 měsíci +1

    Now you should try DRAKON - visual programming language which is used to launch rockets.

  • @joecassidy2887
    @joecassidy2887 Před rokem

    Cube reminds me of the description of programming in the Infoquake scifi series

  • @dimkau09
    @dimkau09 Před rokem

    Finally returned

  • @soldiercantkill
    @soldiercantkill Před rokem +3

    You should have went over Unreal Engine's Blueprints example, it has a very good example of visual coding.

    • @TheExileFox
      @TheExileFox Před 10 měsíci

      Unity has something similar I think

    • @soldiercantkill
      @soldiercantkill Před 10 měsíci +1

      @@TheExileFox It does, but it is not even close to being as popular and supported as blueprints, blueprints IS unreal engine.

    • @orbvisionstudios4373
      @orbvisionstudios4373 Před 7 měsíci

      My game is made with Blueprint. It's a great visual representation of C++. Writing Blueprint nodes is fun too.

  • @WonderlandSk8co
    @WonderlandSk8co Před 6 měsíci

    13:34 thats just rec room, its like scratch but 3d and on VR, you code using blocks in a 3d space and people use it to make crazy things

  • @rawvegankid
    @rawvegankid Před 10 měsíci

    There's a shape based coding tool that I can convert to normal programming language?! This is the best day of my life, maybe I can actually make the things I want to!!!! Thank you!!!!!!!

  • @flicks1887
    @flicks1887 Před rokem +3

    Imma do this rn

  • @psycomatrix
    @psycomatrix Před 8 měsíci

    Was surprised that Labview did not make the list

  • @vermamaerodriguez96
    @vermamaerodriguez96 Před 10 měsíci +2

    0:47 tpot moment

  • @vengirgirem
    @vengirgirem Před 11 měsíci

    This video actually brings back some childhood memories. Scratch ftw

  • @pranavbadrinathan6693
    @pranavbadrinathan6693 Před rokem +2

    I really thought you were going to mix some sick beats to make your program *say* "Hello World" in Pure data lol.

  • @Arnau478
    @Arnau478 Před 10 měsíci

    Scratch is based on blockly, it's literally the same but with custom textures... Blockly is really a library for creating scratch-like VPLs

  • @lordofgames4506
    @lordofgames4506 Před rokem

    you earned a sub at 2:43

  • @halal_gaming2010
    @halal_gaming2010 Před 7 měsíci

    Omg i remember making the most complicating pieces of code in scratch that no one could understand and now i have completely forgotten how to use it 😂

  • @zweiwing4435
    @zweiwing4435 Před rokem +1

    Can i have the link for Cube Visual Programming language? Which programming language can apply in the physical world?

  • @DDDhoch2
    @DDDhoch2 Před rokem +2

    I was waiting for Labview

  • @Blaster_Unity_UB
    @Blaster_Unity_UB Před rokem +1

    Bro, use that cube program in AR and let everyone see it. Now, u're Tony Stark

  • @koni.K
    @koni.K Před 7 měsíci

    Ay blockly actually looks useful

  • @gownerjones1450
    @gownerjones1450 Před 4 měsíci

    I can't believe you didn't cover the blender shader node editor.

  • @Manny_OG
    @Manny_OG Před rokem

    what about the automate app for android? people have made full blown games in that, and you can even control stuff with hardware buttons (volume and home) and your phone's different sensors.

  • @Elytr1
    @Elytr1 Před 7 měsíci

    turbowarp is a really cool scratch mod and penguinmod is a great turbowarp mod

  • @Enestheleafeon54
    @Enestheleafeon54 Před 10 měsíci

    3:44 " write code from SCRATCH "
    me : You son of a gun

  • @Gameing_8921
    @Gameing_8921 Před rokem +19

    he forgot unreal blueprints

  • @yapdog
    @yapdog Před 8 měsíci

    I'm currently writing my own visual programming language. Actually, I've been working on it for virtually 20 years. Essentially, it's node-based, but does so in a consistent and extremely expandable way that doesn't result in the node-spew of other systems.
    Case in point, all of the offerings presented in this video are deceptively simple in that "Hello World" only requires no more than 3 constructs/objects/nodes. However, try to do anything more complex than that; you'll quickly see why visual programming has failed to gain traction. My language combats this problem. In fact, it's a good deal more than just a programming language: it's fundamentally an operating system, one designed specifically for visual/creative people like me. I'm currently using it to develop CAD tools (I've been a CG software developer for 3 decades) so I can export models to STL for 3D printing.
    I'll send you a private note when we're ready to show the first version. I'll hook you up with a sneak peek 😉
    SUBSCRIBED

  • @Murkaeus
    @Murkaeus Před 6 měsíci

    I don't know if it should have been an honorable mention or entry proper, but blueprints in Unreal deserve a mention either way.

  • @RonicTheEgg
    @RonicTheEgg Před rokem +1

    Griffpatch ain't happy after this

  • @rustkitty
    @rustkitty Před 6 měsíci

    I think visual programming is best for domain specific languages and application programming. Nobody wants to learn a new scripting language just for one application when you can have some kind of interactive editor that organically expands the application's main UI. Especially when programming flows or relations. Node based visual programming can be used for specific stuff like a shader editor in 3D software (e.g. Blender) or data processing and integration in a task runner (e.g. Pentaho Kitchen) so you can make infinite very focused tools from the same principles. Not so much for block-based "learning" languages like Scratch, if you are old enough to type confidently just do Python.

  • @Edvit40
    @Edvit40 Před rokem

    i was confused why this was 18 hours ago
    since i remembered it to be over 6 months ago
    (i remembered the video of doing it with NON visual languages)

  • @ChaoticNeutralMatt
    @ChaoticNeutralMatt Před 8 měsíci

    Several reasons: Bias. Accessibility. Popularity. Lack of professional products in comparison to text editors. The potential for it to not be flexible enough.
    Anyway, Blockly looked really cool!

  • @jan_Eten
    @jan_Eten Před rokem +1

    0:47 *tpot theme starts playing*

    • @yablock7346
      @yablock7346 Před rokem

      The power of [Coding progame]oooooooooo!

  • @RavenRaven96
    @RavenRaven96 Před 4 měsíci +1

    Great video! I enjoyed the editing.
    Although, I was a bit thrown off by the girl joke. I want to challenge your thoughts on that and figure out why that joke is funny?
    Is it funny because...
    - there is a stereotype for girls to "trained" / "programmable" to do what you want?
    - you're quoting some guy who traffics girls and he says outrageous things which are funny to quote?
    I'd encourage yourself to ask why it is funny to you.
    For me it is a similar style of joke as "haha, black people like fried chicken and watermelon"
    "Haha, cops need donuts"
    "Haha, girls are things we can train to do when men want"

  • @sh4dow_hunt3r
    @sh4dow_hunt3r Před 10 měsíci

    I wonder if there is a vpl that allows you to build your own blocks and write into them how they should write the code including variable