Skip to content

WSCU/pythonfrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9978a9f · Jun 30, 2017

History

51 Commits
Oct 9, 2014
Feb 7, 2016
Jun 28, 2017
May 25, 2017
May 25, 2017
Jun 29, 2017
Jun 28, 2017
May 25, 2017
Jun 29, 2017
May 25, 2017
Jun 30, 2017
Feb 24, 2015
Jan 21, 2016
May 25, 2017
May 25, 2017
May 25, 2017
Jun 28, 2017
Oct 16, 2014

Repository files navigation

pythonfrp

pythonfrp is an attempt to bring reactive programming into python.

What is Reactive Programming?

Simply put, reactive programming uses continuous time and data flow instead of explicit time.

The wikipedia article has a good explanation.

Usage

A simple hello world:

from pythonfrp.Engine import *
from pythonfrp.Printer import printer

printer(x = integral(1, 0))
start(tSteps = 10)

Documentation and website

All documentation and more information can be found at reactive-engine.org