Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rnapier/wikipediasearcher
- Owner: rnapier
- License: mit
- Created: 2014-09-24T13:29:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T00:16:36.000Z (over 9 years ago)
- Last Synced: 2023-03-22T19:07:26.366Z (over 1 year ago)
- Language: Swift
- Size: 246 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).