I can't wait for the day Electric gets an eval function 馃ぉ馃殌
olav what do you want eval for
So that I can build more dynamic dev tooling
E.g a ~REPL Send Electric forms, get live Electric UI back
Not sure if eval is exactly what I want
But I want a way to add new Electric code to a running system without going through the file system
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.
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.
Something like this 馃