nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

Functional programming #74

Open alehander92 opened 6 years ago

alehander92 commented 6 years ago

Support for various functional abstractions and structures with good Nim dsl-s

alehander92 commented 6 years ago

nimfp seems like the most used one.

I develop zero-functional which focuses on optimization of functional abstractions

PMunch commented 6 years ago

I've implemented persistent vectors in Nim which could help with using functional styles.