Live data from Hacker News

Tangle is a JavaScript library for creating reactive documents.

worrydream.com

61–63 of 63 posts

Re: Tangle is a JavaScript library for creating reactive documents.

#61
post #59

This is one of the ideas I'm working on integrating into my toy data/programming language, Fern. https://github.com/andrewf/fern . It's not apparent from the README, but if you modify a Fern structure in memory, all dependent values will (should) be updated, even with name references pointing back up the hierarchy of data structures. These are mostly lists and maps (which define names for subsidiary structures), whic…

Sounds a bit like what they in .NET, especially WPF, call DataBinding? I.e a control can display a mirror of a variable/property without much manual intervention.

They're similar, but I think Fern takes a pretty different perspective.

Re: Tangle is a JavaScript library for creating reactive documents.

#62
post #58

Earlier quoted context omitted.

It sounds like Cells or the Trellis.

What "Cells" are you talking about? Trellis looks cool; thanks for the tip.

The original one was http://common-lisp.net/project/cells/. You may also be interested in http://en.wikipedia.org/wiki/Reactive_programming and http://en.wikipedia.org/wiki/Dataflow_programming.

Re: Tangle is a JavaScript library for creating reactive documents.

#63
post #62

Earlier quoted context omitted.

What "Cells" are you talking about? Trellis looks cool; thanks for the tip.

The original one was http://common-lisp.net/project/cells/ . You may also be interested in http://en.wikipedia.org/wiki/Reactive_programming and http://en.wikipedia.org/wiki/Dataflow_programming .

Yes indeed. Thank you.
Post reply on HN