Skip to content

WSCU/pythonfrp

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages