Skip to content

How to expose functions and macros to the REPL? #468

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

You must be logged in to vote

@VitoVan right now there are two:

  • Compile your application together with the rest of JSCL, as described the link.
  • Don't compile your application, but include it as CL source and load it at runtime.

I'd like to have a third option where your application compiles into a your-app.js that is supposed to be loaded on top of the distributed jscl.js. But it is not very ready yet.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by VitoVan
Comment options

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

Comment options

You must be logged in to vote
2 replies
@VitoVan
Comment options

@VitoVan
Comment options

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