문제

I have to write a paper on optimizations of Functional Reactive Programming (FRP) systems.

Here are the the references I have found so far.

  • Dynamic Optimization for Functional Reactive Programming using Generalized Algebraic Data Types, Henrik Nilson

  • Lowering: A Static Optimization Technique for Transparent Functional Reactivity, Kimberly Burchet et al.

Besides that, has anyone any other references or suggestions how to optimize the graphs of FRP systems?

도움이 되었습니까?

해결책

See the causal commutative arrows stuff here: http://haskell.cs.yale.edu/publications/publications-chronologically/

There's also a very nice related work section at the end of the pldi Elm paper, which gives a bunch of references one may wish to chase down: http://people.seas.harvard.edu/~chong/pubs/pldi13-elm.pdf

다른 팁

Suggestion: Don't think of FRP in terms of graphs or other concrete representations. Then imagine other possibilities such as code generation, perhaps using the GHC API or LLVM.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top