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
The current version of the API will only run on a 64-bit OS because it requires PicoLisp 64-bit and performs a few (native) calls.
PicoLisp 64-bit
(native)
Some changes are necessary to let it run on a 32-bit OS which doesn't support (native):
(json~)
(symbols 'json)
json
@lib/json.l
The text was updated successfully, but these errors were encountered:
2e82967
No branches or pull requests
The current version of the API will only run on a 64-bit OS because it requires
PicoLisp 64-bit
and performs a few(native)
calls.Some changes are necessary to let it run on a 32-bit OS which doesn't support
(native)
:(json~)
calls with a conditional(symbols 'json)
json
executable or internal@lib/json.l
to parse/create a JSON stringThe text was updated successfully, but these errors were encountered: