administrative-scripting-with-julia

Guide for writing shell scripts in Julia (by ninjaaron)

Administrative-scripting-with-julia Alternatives

Similar projects and alternatives to administrative-scripting-with-julia

ninjaaron
administrative-scripting-with-julia
  1. babashka

    Native, fast starting Clojure interpreter for scripting

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. janet

    A dynamic language and bytecode vm

  4. libuv

    Cross-platform asynchronous I/O

  5. nbb

    Scripting in Clojure on Node.js using SCI

  6. dotnet-script

    Run C# scripts from the .NET CLI.

  7. DaemonMode.jl

    Client-Daemon workflow to run faster scripts in Julia

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better administrative-scripting-with-julia alternative or higher similarity.

administrative-scripting-with-julia discussion

Log in or Post with

administrative-scripting-with-julia reviews and mentions

Posts with mentions or reviews of administrative-scripting-with-julia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-06.
  • GitHub - ninjaaron/administrative-scripting-with-julia: Guide for writing shell scripts in Julia
    1 project | /r/programming | 26 Apr 2023
  • Administrative Scripting with Julia
    1 project | /r/patient_hackernews | 7 Apr 2023
    1 project | /r/hackernews | 7 Apr 2023
    1 project | /r/hypeurls | 6 Apr 2023
    9 projects | news.ycombinator.com | 6 Apr 2023
    I appreciate the "Why You Shouldn't Use Julia for Administrative Scripts" section[0] which asked exactly the questions I would have asked.

    The choice of (non-Bash) language to write command line utilities is in a bit of odd spot right now. Python is basically almost everywhere installed but the dependency on runtime + venv oddities bring their own set of problems. Java has the same runtime need issues though things might improve with initiatives regarding native binary compilation (though including the runtime may not produce exactly lightweight executables). Perl used to be a hot favorite in this space but I don't think lot of people are writing new stuff in Perl even though it is still present by default almost everywhere. Go is almost perfect here except I don't want to deal with 3x the boilerplate. Personally I think Rust isn't a bad choice (libraries like clap hugely reduce the boilerplate) but the learning curve makes it a harder sell (even though for basic utilities, I don't think there would be too much wrestling with the borrow checker). Another choice that comes to mind is Nim; I think it is very well positioned except a lot of people don't know even about it so its a hard sell + even among those who know, everyone is looking at everyone else to take the initiative to adopt it in a corporate environment at a non-trivial scale.

    [0]: https://github.com/ninjaaron/administrative-scripting-with-j...

  • Lisp or Julia
    2 projects | /r/sysadmin | 23 Oct 2021
    My question is actually not what everyone uses, but what is best suited for the task. Those two things are, of course, almost always different, because the average person is anything but smart. Here you see that Julia is indeed better suited for handling data than Bash: https://github.com/ninjaaron/administrative-scripting-with-julia And here you see that Lisp will be the best scripting language for certain persons: https://quotepark.com/quotes/1879617-larry-wall-is-lisp-a-candidate-for-a-scripting-language-whil/ Obviously, if you don't have in-depth experience with both languages, you don't have to answer my question.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic administrative-scripting-with-julia repo stats
7
163
5.2
over 1 year ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Jupyter Notebook is
the 13th most popular programming language
based on number of references?