purec icon indicating copy to clipboard operation
purec copied to clipboard

Compile pure-c using pure-c

Open felixSchl opened this issue 5 years ago • 3 comments

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

felixSchl avatar Oct 03 '18 06:10 felixSchl

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

felixSchl avatar Oct 23 '18 08:10 felixSchl

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

felixSchl avatar Nov 03 '18 19:11 felixSchl

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.

natefaubion avatar Nov 03 '18 20:11 natefaubion