Hi there 👋, I’m Gerard, founder of Latitude.

I have written an article on how I approached building an open-source data tool. I had doubts about Python vs JavaScript, but I’m happy with the path I chose.

Would love it if you guys give me any feedback!

  • Baldur Nil@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Not having a standard library is what hindered JavaScript, mostly because of its origin as a browser language. The dev environment is already bad with many competing options that don’t always play nice together, now imagine that sort of problem even for the basic libraries.

    Python quite often have more than one library to do the same thing, but they’re often extra niceties.