Skip to content

Is jscl.js enough for running in a browser? #427

Answered by davazp
aerique asked this question in Q&A
Discussion options

You must be logged in to vote

Try compiling both your code and JSCL within the same *environment*.

You could, as well, load the CL code at runtime in JSCL as well.

But the whole story of deploying user applications isn't really thought out really. Others have tried a few different hacks.

I could imagine (compile-file ..) generating .js files as you intended form main, and just adding that together with .jscl.. Or even a higher level (compile-application ). But there isn't anything like that yet.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aerique
Comment options

Answer selected by aerique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants