|
|
|
|
|
by mfikes
2825 days ago
|
|
Apple allows you to embed JavaScriptCore into native apps, writing some of your logic in JavaScript. See this WWDC 2013 presentation: https://developer.apple.com/videos/play/wwdc2013/615/ If you would like your JavaScript to be derived from ClojureScript, and you would like a live REPL experience, then Ambly can be used for that. An example library that uses this technique to drive a native iOS app is https://github.com/mfikes/goby |
|