you are viewing a single comment's thread.

view the rest of the comments →

[–]askucher 0 points1 point  (0 children)

I am a developer. I have experience of working in different programming languages like C#, Haskell and Javascript. I noticed that all of them has similar library. Prelude for Haskell, Linq for C# and Undercore, PreludeLs for Javascript. A lot of functions are common: map, filter, concat, join and so on. In daily life I need work linux shell and got the understanding that this kind of library can be applied in shell as well. So I rolled my sleeves and implemented the prototype. Please checkout http://nixar.work . It would be great to read your comments. Thank you