davel [he/him]

Pronouns he/him
Datetime Format RFC 3339
  • 5 Posts
  • 118 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle






  • Go isn’t a scripting language, and it isn’t a system language either, despite what Wikipedia currently says. To be a system language, a language should support assembly language and shouldn’t require an embedded garbage collector. And if you’re going to make a compiled language anyway, why not make it capable of system work? Go is a platypus that’s popular with devops for some reason—probably Google’s clout in the industry.





  • davel [he/him]@lemmy.mltoLinux@lemmy.mlRecommend me a scripting language
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    23 days ago

    perl might be on all your systems. It’s kind-of a legacy, but still actively developed. It’s not a great language: it looks like bash scripting on steroids. But if you just need to write some small scripts with a language more powerful than awk or bash, it does the job. If perl isn’t on all of your systems already, then I would choose a better scripting language.







  • Quit reposting this shitty meme. It’s not applicable.

    You are literally the kind of liberal smuglord this meme is about.

    If you want a society where everyone works for free

    I want a society where the capitalist class is abolished, so that it no longer leeches off the labor of the working class.

    Why would I pay you for something I don’t even use?

    You’re using it right now, or else you wouldn’t be talking to me.

    And you don’t even own?

    $ curl -s https://lemmy.ml/api/v3/site \
    >    | jq -r '[.admins[].person] | map(select(.name == "davel")) | .[0].name'
    davel
    $