Skip to content
New issue

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

Port for 32-bit OS #4

Closed
aw opened this issue Sep 6, 2015 · 0 comments
Closed

Port for 32-bit OS #4

aw opened this issue Sep 6, 2015 · 0 comments

Comments

@aw
Copy link
Member

aw commented Sep 6, 2015

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):

  • Replace all (json~) calls with a conditional (symbols 'json)
  • Use external json executable or internal @lib/json.l to parse/create a JSON string
  • Adjust tests
@aw aw added the enhancement label Sep 6, 2015
@aw aw closed this as completed in 2e82967 Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant