We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This works in python
>>> eval("len(\"\277\")") 1
but from q I get this
q).p.eval("len(\"\277\")") File "<string>", line 1 SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xbf in position 0: invalid start byte 'p.c:71 runs pyerr [1] /home/tepu/embedPy-master/p.q:21: .p.wfunc:{[f;x]r:wrap f x 0;$[count x:1_x;.[;x];]r}
The text was updated successfully, but these errors were encountered:
Looks like I should have been running .p.eval("len("\277")")
Sorry, something went wrong.
No branches or pull requests
This works in python
but from q I get this
The text was updated successfully, but these errors were encountered: