reflex icon indicating copy to clipboard operation
reflex copied to clipboard

is there a specification / paper re reflex internals?

Open srghma opened this issue 4 years ago • 2 comments

hi @ryantrinkle in this video https://www.youtube.com/watch?v=3qfc9XFVo2c you said that you would want post a specification / paper (?) about reflex internals. Did this happen by any chance?

I see https://github.com/restaumatic/purescript-specular and it says that The FRP implementation is based on Incremental (although the algorithm differs in some important ways). Is https://github.com/janestreet/incremental somehow related to reflex?

srghma avatar May 21 '21 19:05 srghma

Q re incremental was answered here https://github.com/restaumatic/purescript-specular/issues/81

Q2 left unanswered - "Is there any paper / specification?"

srghma avatar May 25 '21 15:05 srghma

Not sure if this counts, but there's a reference implementation https://github.com/reflex-frp/reflex/blob/develop/src/Reflex/Pure.hs

alexfmpe avatar May 25 '21 16:05 alexfmpe