-
Notifications
You must be signed in to change notification settings - Fork 109
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
exposing eval_in_lisp via jscl.evaluateString in prelude.js #315
Conversation
Somehow I thought we had this already! Good one. By the way, you can mention the issues in the commit messages like
https://help.github.com/articles/closing-issues-using-keywords/# |
Hi. I'll write down the steps as bellow:
After doing In the example bellow, I defined the function in the console using jscl.evaluateString and eval it on Lisp REPL. |
@viebel You can play with JSCL in this Github Pages: The src is here: Normal versionhttps://github.com/t-cool/jscl-playground/tree/master React versionhttps://github.com/t-cool/jscl-playground Regards. |
@t-cool when I execute
|
@viebel You can get sbcl from its official website:
|
@t-cool
|
@HenryS1 Could you compile the code on your side and provide a standalone javascript file (maybe upload to github) that can exectute |
I upgraded sbcl to 1.4.7 on my macbook and I could compiled jscl. |
@viebel |
what do you have in mind @t-cool ? |
@viebel . I love it :-) that is really cool indeed. If it helps, notice that https://www.npmjs.com/package/jscl if your integration with klipse doesn't require custom CL code, you can use that package to help you keep jscl up-to-date. Thanks for the demo |
@viebel The image is similar to jscl-playground, an educational app. |
issue #265