https://github.com/jottenlips/functionalobjc
λ Example project for using higher order functions in objective c
https://github.com/jottenlips/functionalobjc
functional functional-programming functionalobjc obj-c
Last synced: 8 months ago
JSON representation
λ Example project for using higher order functions in objective c
- Host: GitHub
- URL: https://github.com/jottenlips/functionalobjc
- Owner: jottenlips
- Created: 2018-08-29T14:57:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T17:04:43.000Z (about 7 years ago)
- Last Synced: 2025-03-19T05:34:19.786Z (8 months ago)
- Topics: functional, functional-programming, functionalobjc, obj-c
- Language: Objective-C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
```
git clone git@github.com:jottenlips/FunctionalObjC.git
cd FunctionalObjC
pod install
open FunctionalObjC.xcworkspace
```