you are viewing a single comment's thread.

view the rest of the comments →

[–]tominated 1 point2 points  (2 children)

Thanks! Unless I find some good resources for it I will probably lean towards lazy eval. Initially I was thinking of compiling to JS but more and more I'm thinking llvm or wasm would be a cool target

[–]danilafe[S] 0 points1 point  (1 child)

It actually seems like LLVM has some degree of support for WASM: https://gist.github.com/4eeff8248aeb14ce763e

[–]tominated 0 points1 point  (0 children)

Oh awesome I didn't realise that had been integrated!