Home
Recent
Comments
Search
Login
4
Haskell for Shell: transparently calling Haskell function from your shell
☶
haskell
unix
github.com
via
Mayeu
3 years ago
|
cached
|
no comments
0
In case you ever dreamed to do that: $ take 100 data | map show.length | sort | reverse | head
Preview