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

Compile pure-c using pure-c #29

Open
felixSchl opened this issue Oct 3, 2018 · 3 comments
Open

Compile pure-c using pure-c #29

felixSchl opened this issue Oct 3, 2018 · 3 comments

Comments

@felixSchl
Copy link
Collaborator

Depends at least on #12, #10. This is a distant goal.

@felixSchl
Copy link
Collaborator Author

felixSchl commented Oct 23, 2018

Probably the biggest hold up at this very moment is porting purescript-strings (#34 ). That frightens me more than parsing the corefn JSON.

@felixSchl
Copy link
Collaborator Author

Another hold up might be that purescript-corefn is currently written using purescript-foreign. Perhaps purescript-argonaut would be an easier alternative?

@natefaubion
Copy link

Argonaut at least gives you a foreign import hook for a Json parser, but the default parsers are not stack safe since they assume Either String, so it will still require a little work. It also uses Foreign.Object as the hash map representation, so that is an additional dependency to work out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants