I've been working on a small compiled language called Soul.

It didn't start from benchmarking existing tools. It started from a simpler question:
how small and fast can a compiled language be if it's designed to do just a few things well?



The idea


Most filesystem automation lives in two uncomfortable places: Bash scripts that get...