Hacker News new | ask | show | jobs
by inbetween 751 days ago
Marcel the shell is surprisingly effective for that. It is python with seamless calling of external commands and piping:

    ls /home/jao | map (lambda f: (f, f.size))
https://github.com/geophile/marcel