Popularity
3.0
Stable
Activity
0.0
Stable
6
1
0

Monthly Downloads: 32
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development    
Latest version: v2.0.0.0

timeless alternatives and similar packages

Based on the "Development" category.
Alternatively, view timeless alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of timeless or a related project?

Add another 'Development' Package

README

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.