Live data from Hacker News

FuncShell – A Haskell-based alternative to awk

github.com

1–10 of 42 posts

Re: FuncShell – A Haskell-based alternative to awk

#8
post #3

I'm amazed by the powerline-command prompt. Shiny things seem to draw my attention a bit too much.

Haha, me too! I want to read an article on getting my zsh prompt to look like that.

Windows - https://amreldib.com/blog/CustomizeWindowsCmderPrompt/

zsh - https://gist.githubusercontent.com/agnoster/3712874/raw/c310...

powerline theme on github - https://github.com/banga/powerline-shell

Re: FuncShell – A Haskell-based alternative to awk

#10

In typical usage, do you need the type hints much? I saw ":: Float" in there for the df example, for instance.

Not really, in the example of df, I was filtering on the basis of size, which is not int usually but a decimal value, hence I had to provide the type hint.
Post reply on HN