• @[email protected]
    link
    fedilink
    26 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.

  • JackbyDev
    link
    fedilink
    English
    210 hours ago

    I use Comic Code. It’s not free, but it’s so whimsical.

    • Russ
      link
      fedilink
      English
      26 hours ago

      Oh hey, someone else who uses Comic Code - greetings!

      I remember when I first saw it, I laughed - and then it grew on me. Then it turned into “I can’t believe I am buying a derivation of comic sans” but it is actually a really nice monospaced font.

      Only thing I didn’t like was having to figure out how to use Font Patcher to make a copy of it that supports nerd fonts, but it was a one and done process.

      (I also don’t really like how it looks in my IDE the few times I find myself on Windows, but I don’t really blame the font for that one - looks perfect in the same IDE on Linux…)

  • @[email protected]
    link
    fedilink
    English
    320 hours ago

    I really em want to makenit a reality, do anyone here know a 17th century antique monosace font?

  • peto (he/him)
    link
    fedilink
    English
    1282 days ago

    See the problem with this is that even if I write code with this font, I can’t force people to read it in this font.

    • @[email protected]
      link
      fedilink
      1042 days ago

      Of course you can. Instead of committing the code to a repository, you just take screenshots of the everything and commit that instead.

        • @[email protected]
          link
          fedilink
          English
          22
          edit-2
          2 days ago

          And then you program a runtime that calls an AI to parse images and execute your code in real-time!

        • Owl
          link
          fedilink
          81 day ago

          You just said that somebody is in desperate need of a beating

          • @[email protected]
            link
            fedilink
            English
            115 hours ago

            Well, it’s not quite that bad, but it takes a special kind of person to send their very obviously visually impaired coworker screenshots instead of plaintext. And I know a few of them.

      • katy ✨
        link
        fedilink
        152 days ago

        all code is written down in physical loose leaf notebooks

          • Russ
            link
            fedilink
            English
            26 hours ago

            Oh, so that’s what those Python notebooks are that I’ve heard people talk about!

    • pewpew
      link
      fedilink
      162 days ago

      Pretty sure you can use the 𝓾𝓷𝓲𝓬𝓸𝓭𝓮 𝓬𝓱𝓪𝓻𝓪𝓬𝓽𝓮𝓻𝓼

      • @[email protected]
        link
        fedilink
        English
        31 day ago

        And then maybe you could use something like #define in C to map them back to valid characters? Not sure if there’s a good way to do that in other higher level languages.

    • @[email protected]
      link
      fedilink
      122 days ago

      Many editors can read config files from a file in the repository itself. And oftentimes it has the highest priority. Just gotta know the IDE of your target and they have to click “trust this project”.

  • @[email protected]
    link
    fedilink
    242 days ago

    I… Somehow just realized that I can of course change my editor font. After three years in professional software dev.

    Any recommendations for maximizing readability?

    • @[email protected]
      link
      fedilink
      2
      edit-2
      6 hours ago

      I picked up a great little test along the way: type the word ill or illegal followed by 100, using a capital I in illegal and mixing an upper case O and a zero in the number.

      Ill10O

      Can you clearly tell all these characters apart in your editor font?

      I am all about Fira Code, myself

    • @[email protected]
      link
      fedilink
      322 hours ago

      Look up a good article on coding fonts and pick your camp! At the moment I have DejaVu installed but I’m not a purist. As long as it’s properly designed for this I’m happy. Ligatures are particularly nifty in some languages but no big deal. I recall one author picking a font so that the italics would be cursive rather than monospace, so that his comments would look like handwritten notes in the margin, but I never got a chance to try it myself. Looked great though!

    • @[email protected]
      link
      fedilink
      English
      161 day ago

      https://www.codingfont.com/ is a fun, tournament style quiz that compares different monospace fonts. It’s far from comprehensive, but I found it useful to gauge what font features I find stylish and readable

      (For the record, my go-to font is Jetbrains Mono)

      • JackbyDev
        link
        fedilink
        English
        110 hours ago

        I got Fira Code, which tracks, I’ve used it before. I use Comic Code though. (A monospace comic sans type font.)

      • @[email protected]
        link
        fedilink
        English
        21 day ago

        My go-to has been Fira Code for some time. Just did the test, and Fira Code was the winner. Jetbrains Mono was a close second for me though.

      • @[email protected]
        link
        fedilink
        English
        41 day ago

        That was fun. Apparently I’m a JetBrains Mono user. Of course it might be simply what I’m used to, because I’m a long time IntelliJ user. It wouldn’t surprise me if this is already my font.

        • Eugene V. Debs' Ghost
          link
          fedilink
          English
          17 hours ago

          Comic sans was invented for legibility on CRT screens, and its considered good for younger people to learn the iconography of various Latin characters.

          Its just misused since it was standard in Windows and Apple’s OS X, and used in situations that aren’t meant for such a typeface. It’s perfectly good for what it was invented for, its just often incorrectly used by designers who don’t really know how to design well.

    • palordrolap
      link
      fedilink
      31 day ago

      It’s a bit vanilla but I like DejaVu Sans Mono 8pt in my terminal, which is where I edit scripts and things

      Curiously, I don’t think that looks quite as good at larger sizes, so I’ve been using Liberation Mono 9pt or 10pt elsewhere.

      Both of those have distinct glyphs for the usual easily confused candidates. Can’t be having my lowercase L’s and 1s looking similar.

    • Fonzie!
      link
      fedilink
      6
      edit-2
      2 days ago

      Verdana.

      The I/l and O/o/0, 0/8/ø are all distinct, so are all the different kinds of brackets. Also, this isn’t a monospace font, so wide letters such as m and w are wide, instead of being squashed into an unreadable barcode.

      Letters aren’t meant to be monospace, and sans TUI nothing in computers still needs to be.

      If you do need one, ex. for TUI, I second JetBrains Mono!

      Also, Verdana is not a libre font, Noto Sans is a libre font that also has these properties, although code does look much better in Verdana to me.

        • Fonzie!
          link
          fedilink
          111 hours ago

          Nope, indentation is still the same.

          For example eight spaces are going to be twice as big as four spaces in just about any font, and Verdana still accodomodates well to this with its wide spaces.

    • @[email protected]
      link
      fedilink
      12 days ago

      I just use IBM Plex, but that’s mostly because the keycaps my keyboard came with used it :) I also think it’s just fine for readability (i.e. I/l and O/0 are different enough)

    • @[email protected]
      link
      fedilink
      322 days ago

      In this case it’s because part of the joke is the quote tweet. You could also link to the tweet instead of a screenshot but then we need to connect to Musk’s servers at some point (even if through a proxy like nitter)

      • @[email protected]
        link
        fedilink
        6
        edit-2
        2 days ago

        Yes, but he could’ve copy pasted the title.

        You could’ve changed the main title to something like “programming the declaration of independence” or “programming like it’s 1750”

        He mocks op. The gag is not the font anymore.

        • @[email protected]OP
          link
          fedilink
          32 days ago

          True but I think showing the quoted tweet is better than just in the title cause it is part of the joke in the image.

          Title is normally used as a reaction or just simple text with some reference to the image

    • @[email protected]OP
      link
      fedilink
      4
      edit-2
      2 days ago

      Cause I reposted stole it from some other internet page

      I just usually download the image than a screenshot when posting

  • tiredofsametab
    link
    fedilink
    92 days ago

    reduce the flourishes and/or add more spacing between lines and it would be a lot more readable.