Go to file
Tyler Cloutier c559e84bc9 Made some pretty bitchin updates to ColdSignals if I don't say so myself. ColdSignals can now be mapped like any ol' Signal. 2016-11-06 02:04:58 -08:00
Sources Made some pretty bitchin updates to ColdSignals if I don't say so myself. ColdSignals can now be mapped like any ol' Signal. 2016-11-06 02:04:58 -08:00
Tests/ReflexTests Updated for Swift 3.0 release. 2016-10-15 22:13:44 -07:00
.gitignore Ignore xcodeproj 2016-07-23 22:59:07 -07:00
LICENSE.md Create LICENSE.md 2016-06-05 16:14:29 -07:00
Package.swift Updated for Swift 3.0 release. 2016-10-15 22:13:44 -07:00
README.md Removed xcodeproj. Renamed to Reflex. Added README. 2016-07-23 20:15:23 -07:00

README.md

Reflex

Reflex is a very small and compact Functional Reactive Programming library which is used to implement the Edge event system.

It is inspired by ReactiveCocoa, but the API has been greatly reduced in scope and simplified. The Reflex API is designed so that it can also be used as a simple callback system, much like Node.js Events. No functional programming necessary.