• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle


  • DreamButt@lemmy.worldtoProgrammer Humor@lemmy.mlThe coding experience
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 months ago

    Honestly man it just sounds like you have struggled with dynamic languages and by extension prefer static (compiled) ones. Which is totally fine you don’t have to like everything. But I do think you’re missing the real issue with “everything looks good.” It’s a lack of experience with the tool. It doesn’t matter if you’re using something as strict as Rust or dynamic as Lisp. “Everything looks good,” is always bad. You should know “this is how this works,” which is just not something a newbie can handle when they still don’t know the difference between pass-by-reference and pass-by-value (or that those words even exist!)










  • Are you trying to imply that python is both fast and strongly typed? As for the syntax that’s largely a matter of opinion. Most ruby-enjoyers I know specifically call out the syntax as something they like

    Also I’m not qualified to comment on Lua so I won’t. Most of my language exploration has been with languages many people famously hate (perl and lisp)

    All of that is to say I generally don’t think talking about what language is “best” is really a productive conversation. I was mostly curious if you had an intimate understanding of the tradeoffs or otherwise a strong opinion about how it was constructed