• LarmyOfLone@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    15 hours ago

    Is there some language or “syntax formatter” that turns source code into something more off a visual programming language? Like a WYSIWYG markdown editor.

    Like python doesn’t have curly braces, but you could add some kind of “block illustration”.

    Or you could have illuminated initials for variable names to make them more unique.

    • thevoidzero@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      8 hours ago

      So IDE with syntax highlights? Those blocks things are also pretty much shown in most IDE, what do you use to code?

      I even have prettifying turned on so the keywords like in, lambda, etc are prettified.