Appreciate the pointer towards Lumo and Planck -- I've tried Lumo though not Planck. I have used Clojurescript at work (not for scripting but for webapps) and it's been more challenging for me only because I am not as familiar with the Javascript ecosystem as I am the Java ecosystem.
What I've been hoping to do though is leverage a lot of the JVM Clojure code I've written in small CLI utilities. I find that the library overlap between my Clojure and Clojurescript code in my usage is mainly of the plumbing/infrastructure variety (which is most useful) -- like EDN/transit/Sente/Timbre/Specter rather than the meat of what my apps are actually doing server-side. As I write this it's dawning on me I could just expose my JVM Clojure code as services and figure out how to use Clojurescript from node.js... it just sounds so much more complicated to me at the moment than something like the previously mentioned grench or even just interactive repl use (for simply exposing a function that say translates CSV data to something else) (and annoying if I'm trying to specify a local file reference etc). I've been fairly content with my own interactive repl use for these things (convert this CSV file etc), but I don't think it translates to non-clojure developers and when I hand over instructions/procedures to folks I work with I'd like to give them something simple they can run from bash etc. That's really where a lot of the startup costs are killer, you give something with a 10-20 second startup time over to other teams and it only justifies their hatred of the JVM (I'd never tell them it was Clojure then the cat would be out of the bag :-)). Anyhow I appreciate the response -- thanks! ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On April 4, 2018 5:48 PM, Gary Johnson <[email protected]> wrote: > If you haven't given it a try yet, Clojurescript is really the goto for a lot > of Clojure programmers when it comes to cover the CLI and Android use cases. > > Lumo and Planck are awesome Clojurescript runtimes that start up virtually > instantaneously and make great choices for writing scripts. > > Clojurescript + React Native can create apps for Android, iOS and Windows. > > Have fun and happy hacking! > Gary > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
