• peto (he/him)@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months 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.

  • Ronno@feddit.nl
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    Better start now, the US might need a new one soon. /s

    A smart contract as the declaration of independence would be awesome though.

    • Russ@bitforged.space
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months 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…)

        • Russ@bitforged.space
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 months ago

          Patching Comic Code? It was quite a while ago unfortunately, so I don’t have the exact commands available, but I used their Font Patcher tool in order to do so.

          From what I recall, the tricky thing was actually getting the dependencies it required to be installed properly, Font Forge would be up and running but then the script’s errors indicated that it couldn’t resolve all of the necessary dependencies. Not sure what OS you’re on so your mileage may vary - but for Linux they now have an AppImage that looks to contain everything it needs, and for macOS/Windows if you have Docker available there also appears to be a pre-built container for it. There’s also quite a few examples that I don’t think were there when I used it, since I also recall not being 100% sure of what flags were needed to run it

  • conditional_soup@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    3 months 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?

    • Zink@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      3 months 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

  • LarmyOfLone@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    3 months 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
      ·
      3 months 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.