timeless: An Arrow based Functional Reactive Programming library

[ bsd3, deprecated, development, library ] [ Propose Tags ]
Deprecated

Timeless aims to be a comprehensive FRP framework. Version 1 tries to build a system like the book Functional Reactive Programming


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.8.1.0, 0.8.1.1, 0.9.0.0, 0.9.0.1, 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.0.1.1, 1.0.1.2
Change log ChangeLog
Dependencies ansi-terminal, base (>=4.9 && <5), linear, time, transformers [details]
License BSD-3-Clause
Author Rongcui Dong
Maintainer rongcuid@outlook.com
Category Development
Home page https://github.com/carldong/timeless
Bug tracker https://github.com/carldong/timeless/issues
Uploaded by carldong at 2016-12-09T05:04:48Z
Distributions NixOS:1.0.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7476 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-09 [all 1 reports]

Readme for timeless-1.0.1.2

[back to package description]

Warning

Don't use timeless before I fix the memory leak! Also, I found that Arrows seem to work a bit differently than I thought, and there are some mysterious delays causing my state to be non transparent. Before fixing those, Timeless is not usable!

Introduction

Timeless and Netwire

After version 1, the only common code between timeless and netwire is the typeclass part. I greatly simplified and purefied the entire Signal class, and hopefully make it much easier to reason about, while keeping all nice properties and syntax about Arrow.

What is Timeless? (do a s/is/will be/g in your head, for now)

Timeless is an Arrow based Functional Reactive Programming framework which supports continuous-time and discrete time semantics, and allows the use of Arrow syntax.

Tutorial

Look at the package timeless-tutorials. It is just started by me, and should expand later.