Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikaelbr/bacon-love

A Nodeschool type workshop for Functional Reactive Programming and Bacon.js
https://github.com/mikaelbr/bacon-love

Last synced: about 2 months ago
JSON representation

A Nodeschool type workshop for Functional Reactive Programming and Bacon.js

Awesome Lists containing this project

README

        

bacon-love – the Workshop for Functional Reactive Programming
====

This is a Nodeschool-esc workshop module for doing Functional Reactive
Programming (FRP) using the library [Bacon.js](https://github.com/baconjs/bacon.js).

[![Build Status](https://travis-ci.org/mikaelbr/bacon-love.svg?branch=master)](https://travis-ci.org/mikaelbr/bacon-love)

The goal of this workshop is to learn the concept of FRP while solving
exercises, and the implementation it self is not that important. Most
of the methods used in this workshop might as well be used in an alternative
like [RxJS](https://github.com/Reactive-Extensions/RxJS). The main difference
is that Bacon adhere to classic theory of FRP (with a distinction between
observables).

![bacon-love](https://raw.githubusercontent.com/mikaelbr/bacon-love/master/screenshot.png)

## Install and Start

You need Node.js at least version 4.

Install the workshop by doing
```
npm install -g bacon-love
```

And start the workshop by typing, in the terminal:

```
bacon-love
```

You can get help by typing

```
bacon-love help
```

### Tip

If you find that there is too much text and want it scrollable (with `less`),
you can pipe the print of the current exercise by doing the following:

```
bacon-love print | less -R
```

## Feedback?

Please leave us any tips, comments or Pull Requests in the Github Issues.