GithubHelp home page GithubHelp logo

maxolls / fswift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kperson/fswift

0.0 0.0 0.0 333 KB

Missing Functional Pieces of Swift

License: MIT License

Swift 96.68% Ruby 0.23% Objective-C 0.21% C 0.17% Shell 2.71%

fswift's Introduction

FSwift is a framework for functional programming in Swift. The goal is provide missing functional pieces for Apple's Swift language. If you are not familiar with functional programming, I would recommend watching Functional Principles for Object-Oriented Development - Jessica Kerr. It is a great introduction for those coming from an object-oriented background.

Features

  • Future and Promises -- manage current operations using a simple Future and Promises implementation
  • Array Extensions -- perform functional operations like reduce, map reduce, and fold
  • Time Extensions -- convert integers to NSTimeintevals (e.g. let time = 5.minutes)

Installation

  • Run xcodebuild -project FSwift.xcodeproj -scheme FSwift -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO in the project directory
  • Right before ** BUILD SUCCEEDED ** you should see a line like /usr/bin/touch -c /Users/username/Library/Developer/Xcode/DerivedData/FSwift-eayrcnolmowzoocyokeqxabfpbmt/Build/Products/Debug-iphonesimulator/FSwift.framework
  • In your Xcode target, in the general tab, add the framework file (FSwift.framework) to Embedded Binaries. Remove the framework from Linked Frameworks and Libraries, if it is present there.

##Usage import FSwift in your Swift file.

More info coming soon!

fswift's People

Contributors

kperson avatar mollivier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.