Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rnapier/wikipediasearcher

Playground for exploring FP ideas in Swift
https://github.com/rnapier/wikipediasearcher

Last synced: 2 days ago
JSON representation

Playground for exploring FP ideas in Swift

Awesome Lists containing this project

README

        

WikipediaSearcher
=================

Playground for exploring FP ideas in Swift

This is totally, completely unstable stuff. I promise nothing here. Its just public because people might be interested in some
nontrivial applications I'm exploring.

This is a Swift 2 implementation using "throw" to manage errors rather than Result.
See the SWIFT1 tag for another version that used Result (doesn't compile under Swift2).