You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be things like a "split" algorithm, uppercase, base64, crypto, etc.
Sort of related to #848 which is about external processes, coprocesses, VMs, containers
Basically we are laying the logical concept of functions on top of external processes
I think it will be a QTT protocol over stdin / stdout, with args as columns of stdin, and return values as columns of stdout. Depends on #827
Now that we have #984 proc signatures, we should make something sort of consistent? Or maybe it will depend on #631 so there is a DSL but no func keyword
This could be things like a "split" algorithm, uppercase, base64, crypto, etc.
Sort of related to #848 which is about external processes, coprocesses, VMs, containers
Basically we are laying the logical concept of functions on top of external processes
I think it will be a QTT protocol over stdin / stdout, with args as columns of
stdin
, andreturn values
as columns of stdout. Depends on #827Now that we have #984 proc signatures, we should make something sort of consistent? Or maybe it will depend on #631 so there is a DSL but no
func
keywordand maybe
for escapers. Related to string safety
And in vectorized form
related to #827 as well
The text was updated successfully, but these errors were encountered: