Email or username:

Password:

Forgot your password?
w96k

Sometimes I think what to use instead of shell scripts if not Guile. Python is a bit too strict and not feeling scripty at all. The language that kinda looks like C and is good for scripting is Perl (or Raku), but as shell scripting it is a bit too bizarre.

For example: buttondown.email/hillelwayne/a

Raku language has advanced features, but syntax is so weird and uncommon. I dunno about tooling, but I guess compared to Python (or any mainstream lang) there is none. Perl has cryptic syntax too :|

5 comments
Detlev Zundel

@w96k I enjoy writing scripts in #elvish elv.sh/

It even exposes its interactive capabilities, so you can extend the interactive shell very easily:

elv.sh/ref/edit.html

w96k

@dzu Looks good, thanks for sharing

Detlev Zundel

@w96k You're welcome! I'm glad you like what you see. Of course writing the first scripts will be the real test.

Just in case you run into problems - the project has a very welcoming community and people usually get answers in a couple of minutes in irc, matrix, telegram or whatever (links are on the bottom of the page).

Gleb Zakharov

@w96k
Babashka and Clojure REPL connected to emacs are my tools for automated tasks these days

Go Up