functional programming - Elm: Generate Signal Graph for Elm program -


i watched laszlo's talk time travel debugging in elm (https://youtu.be/lk0vph1zr8s) , in presentation used signal graph visualize effects of time traveling. can use debugger elm-reactor, see no option turn on signal graph visualization. there discussion this: https://groups.google.com/forum/#!msg/elm-discuss/24jtnacha6g/9wipfs9pbwaj

are there news it?

in general, there possibility generate signal graph elm program?

thanks in advance.

the talk laszlo quite old, considering rapid development of elm language. @ talk showed hacked prototype based on adapted elm runtime. time traveling debugger (elm-reactor) tool resulted expanding on work.

the discussion link on mailing list last 1 i'm aware of adding signal graphs reactor.

at time (iirc), laszlo generated graph using adapted runtime implementation of signals. every signal node in graph had string identifying kind of node. running elm program, graph set up. graph traversed , recorded in simple data structure. string used identify kind of each node. sent server, employed graphviz render graph.
it's possible generate graph that. although 1 observation lost of more high-level information available in program because signal functions defined in terms of others.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -