this post was submitted on 29 Apr 2025
890 points (98.8% liked)

Programmer Humor

22901 readers
839 users here now

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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] LarmyOfLone@lemm.ee 2 points 17 hours ago (1 children)

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 2 points 11 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.