Skip to content

Conversation

@seefeldb
Copy link
Contributor

@seefeldb seefeldb commented Jul 1, 2024

Trying out a recipe DX based on cells and some propagator ideas, but also looking like regular code for piepline-y graphs.

Groundwork:

  • cells with same signature as signals
  • Proxy for cells and cell values (results of .get() on a cell) to allow deep structures transparently
  • [x lift, curry and other helper to turn regular functions into nodes (or propagators)
  • destructuring into cells in input and output
  • nested cells fully supported
  • remember what (indirect) cells were read in a module invocation
  • use that information for scheduling

Rewrite recipes:

  • rewrite recipes to use this syntax

Next up then:

  • serialize as graph
  • sandbox code

@seefeldb seefeldb requested a review from gordonbrander July 1, 2024 00:18
@seefeldb seefeldb marked this pull request as draft July 1, 2024 00:18
@gordonbrander
Copy link
Contributor

@seefeldb if helpful, here also is the sketch implementation I did last week, but failed to push due to getting covid #114

@jsantell
Copy link
Collaborator

jsantell commented Mar 5, 2025

Closing out stale PRs, please reopen if this is relevant

@jsantell jsantell closed this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants