convex
convex copied to clipboard
Can't compile callable functions
compile doesn't compile properly functions when they are called
As a result, the code can't be run or eval
Here is an exemple:

Interesting find.
It think this is correct behaviour. printx doesn't exist in your current account so it won't get resolved properly in the eval.
I think the problem is that a Symbol is being printed in unquoted form in your compiled source, i.e. the correct version should be more like:
(#50/call #50/a1 0 'printx))
We should probably check how convex-web is printing such forms but I'm not sure if there is a way to make this fully intuitive that works in all cases.