sjdv1982 / seamless

Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
http://sjdv1982.github.io/seamless
Other
20 stars 6 forks source link

Remote expressions and structured cell joins #237

Closed sjdv1982 closed 7 months ago

sjdv1982 commented 7 months ago

Implement as special transformation syntax: language is "<expression>", "<structured cell join>"

This is essential for good performance for near-big-data compiled transformers, which need to build a non-deep mixed cell that is the composite of all their inputs.

sjdv1982 commented 7 months ago

Seems to work now (commit 5d903ae138a2a1e567e714a4717fb34d340ad08)