Can I use SCI in JavaScriptCore so I can use it in an iOS app? #966
Unanswered
infiniteNIL
asked this question in
Q&A
Replies: 1 comment
-
|
I don't see why this wouldn't be possible. If you have more specific data to work with, feel free to post it. Nbb is one example of a SCI project that works in JavaScriptCore since you can use nbb with bun with is built around JavaScript core. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What would it take to do this? Seems like you just compile sci to Javascript, load it into JavaScriptCore and you'd be good. I've tried and I couldn't get it to work. This was awhile ago, so I don't have specifics.
All I want is an embedded Clojurescript interpreter in my app that I can use to execute domain specific code. The UI would be up to the rest of the app written in Swift.
Beta Was this translation helpful? Give feedback.
All reactions