hyperfiddle

o位v 2025-06-24T18:07:26.938829Z

I can't wait for the day Electric gets an eval function 馃ぉ馃殌

Dustin Getz (Hyperfiddle) 2025-06-25T14:22:38.605589Z

olav what do you want eval for

o位v 2025-06-25T14:30:53.596199Z

So that I can build more dynamic dev tooling

o位v 2025-06-25T14:31:49.386739Z

E.g a ~REPL Send Electric forms, get live Electric UI back

o位v 2025-06-25T14:32:07.123219Z

Not sure if eval is exactly what I want

o位v 2025-06-25T14:32:27.423939Z

But I want a way to add new Electric code to a running system without going through the file system

馃憤 2
Tommy Jolly 2025-06-25T22:34:26.598999Z

I'm out of the loop, but i think Electric v4 is expected to allow that. Dynamic DAG, instead of being fixed at compilation time.

Pavel Filipenco 2025-06-24T20:35:41.322659Z

Specific eval function with the whole environment of available functions etc. passed to it explicitly, returning the value but also the new environment, with explicit options about how many resources and which resources exactly it can access.

o位v 2025-08-04T15:08:24.817269Z

Something like this 馃

馃敟 1