What is the most "readable" programming language in your opinion?
Bruno

Bruno @brunoj

Joined:
Jan 19, 2022

What is the most "readable" programming language in your opinion?

Publish Date: May 20 '22
5 8

Maybe it's not the best tool for certain because it is slow, or lacks certain features you care about — but on pure readability, what is number one in your books?

Comments 8 total

  • Parker Waiters
    Parker WaitersMay 20, 2022

    Python: Simple syntax + white space to ensure limited mess.

    Curious to hear what other people think though.

  • Andrew Baisden
    Andrew BaisdenMay 20, 2022

    I think the trophy goes to SQL 🏆

    But honourable mention for Python and maybe even JavaScript too 🏅🏅

    • Ben Halpern
      Ben HalpernMay 20, 2022

      I swear it took me years to be able to read SQL somehow.

      • Andrew Baisden
        Andrew BaisdenMay 20, 2022

        I know the feeling I learned it twice and then forgot it because I was not using it at all. Now having to get back up to speed with it again. The SELECT * FROM syntax is pretty easy to remember even if you are out of practice.

        • Ben Halpern
          Ben HalpernMay 20, 2022

          Yeah, I feel like once it clicks, it's really easy to read what's going on most of the time without an abundance of prior context — not the same for a lot of languages.

  • Guilherme Thomas
    Guilherme ThomasMay 20, 2022

    Elixir. Easy to look around and understand whats going on even with low knowledge of the language itself.

  • ashish
    ashish May 20, 2022

    python, lua and maybe even ruby.

  • Simon Egersand 🎈
    Simon Egersand 🎈May 21, 2022

    Python and Java.

    Python because it looks like pseudo code and Java because it's very explicit. That way I understand what's happening.

Add comment