timeless alternatives and similar packages
Based on the "Development" category.
Alternatively, view timeless alternatives based on common mentions on social networks and blogs.
-
criterion
A powerful but simple library for measuring the performance of Haskell code. -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
threadscope
A graphical tool for profiling parallel Haskell programs
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of timeless or a related project?
Popular Comparisons
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.