Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svozza/functionalish-refactor

A non-trivial asynchronous code example that interacts with multiple AWS services implemented in imperative, promise-based and purely functional style.
https://github.com/svozza/functionalish-refactor

functional functional-programming

Last synced: about 2 months ago
JSON representation

A non-trivial asynchronous code example that interacts with multiple AWS services implemented in imperative, promise-based and purely functional style.

Awesome Lists containing this project

README

        

# functionalish-refactor

Three styles of effectful code:

- Imperative
- Functional-ish (using promises)
- Functional (using futures and monad transformers)