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

standalone javascript #265

Closed
viebel opened this issue Jan 9, 2017 · 3 comments
Closed

standalone javascript #265

viebel opened this issue Jan 9, 2017 · 3 comments

Comments

@viebel
Copy link

viebel commented Jan 9, 2017

Very cool project!

Is there a way to have a standalone javascript file that exposes an eval function?

@davazp
Copy link
Member

davazp commented Jan 9, 2017

There used to be a evalString function in the exposed jscl object, but it was removed at some point.

Now we have a eval_in_lisp variable defined in prelude.js, but it is not exposed.

It would be very easy to expose it in jscl.evaluateString or similar, if anyone want to try.

@viebel
Copy link
Author

viebel commented Jan 9, 2017

Oh that would be awesome.
It will allows me to add integrate jscl with klipse.

@davazp
Copy link
Member

davazp commented May 4, 2018

Solved at #315

@davazp davazp closed this as completed May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants