Skip to content

Scripting

Although nushell provides us with some good scripting ability, as many shells do, I sometimes feel myself drawn to some other languages for my scripting needs.

Today, I mainly use Clojure, or rather Babashka, for more advanced projects in conjunction with Leiningen and sometimes neil.

For some scripts, Julia is very nice, has a good ecosystem and I like it more than the snake.

I’m currently also trying out Janet, some features and properties are very intriguing for a system scripting language, but the ecosystem isn’t as mature.

I also sometimes feel like contorting myself, or in other words using Python, though I try to use PyPy. Not giving up on my lispy dreams, I’m trying out Hy with that.