top | item 47138964

(no title)

moffers | 5 days ago

Could you do this with erlang’s term to binary functionality?

discuss

order

Stromgren|5 days ago

I use Tidewave as my coding agent and it’s able to execute code in the runtime. I believe it’s using Code.eval_string/3, but you should be able to check the implementation. It’s the project_eval tool.

In my experience it’s a huge leap in terms of the agent being able to test and debug functionality. It’ll often write small code snippets to test that individual functions work as expected.