https://github.com/konn/reactive-objc
Tiny example combining FRP with objective-c via language-c-inline
https://github.com/konn/reactive-objc
Last synced: 2 months ago
JSON representation
Tiny example combining FRP with objective-c via language-c-inline
- Host: GitHub
- URL: https://github.com/konn/reactive-objc
- Owner: konn
- License: bsd-3-clause
- Created: 2014-09-12T04:36:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T04:25:15.000Z (over 10 years ago)
- Last Synced: 2025-01-23T16:55:01.344Z (4 months ago)
- Language: Haskell
- Size: 320 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build
=====
CAUTION: You need [the most rescent `language-c-inline`](https://github.com/mchakravarty/language-c-inline/tree/7d4d4aa7c5d3c0d5b8d57b9662ebf7dc43895ec5) from GitHub to compile.```sh
$ ./Builder.hs
$ open Reactive.app
```