Joel Martin's bootstrapped cljs version at https://t.co/flPNBKKfQ6 works well off node. Download the linked gist, same it as a local .js file and execute it with node. You get a cljs repl which will get you going with scripting using nodejs interop.
On Wednesday, August 26, 2015 at 9:58:59 PM UTC+6, Julien Eluard wrote: > Hi Mike, > > > thanks for sharing those details! It makes much more sense now. > BTW congrats for all your work on Planck: it is quickly proving invaluable. > > > Cheers, > Julien > > > Le mer. 26 août 2015 à 11:06, <[email protected]> a écrit : > > > Hi Julien, > > > AFAIK there isn't any technical limitation preventing a similar effort built > atop Node. In fact, Joel Martin has created a Node REPL based on self-hosting > ClojureScript. See > https://twitter.com/bus_kanaka/status/631252967987875840 > > > Why wasn't Planck created using Node? Planck was created on a whim—an > experiment to see just how quickly it could launch: > http://blog.fikesfarm.com/posts/2015-07-16-fast-javascriptcore-desktop-clojurescript-repl.html > > > What about the long-term pragmatic aspects of Planck with respect to > portability, Node, etc.? Those are mulled over here: > https://gist.github.com/mfikes/c7da1e7dfded26c7ceb9 > > > - Mike > > > > > On Aug 26, 2015, at 9:01 AM, Julien Eluard <[email protected]> wrote: > > > > Hi Khalid, > > > I agree with you that there is some potential here. > > > Planck would be my favorite option but the OSX restriction and the lack of > standard lib support probably will prevent me to use it. > > > It makes me wonder why Planck has not been built on top of node.js/electron. > It would offer free cross-platform support and access to the npm ecosystem. > Are there any technical limitations that prevented it? > > > Julien > > > Le mar. 25 août 2015 à 10:52, Khalid Jebbari <[email protected]> a écrit : > Hi every one, > > > > Just starting this thread to gather feedback from people who used CLJ(S) to > script and replace, you know, shell/Python/Ruby/Whatever. Pretty sure it's a > dream to code AND script with CLJ(S). I know that it's possible to do it with > CLJS backed by Node.js/io.js, with Boot somehow, with plain Clojure, with > Mike Fikes' Planck (only OSX for now though), and Timothy Baldridge's Pixie > which is not Clojure but quite close. > > > > If you use any or several, please post your feeback here. It's a nice time to > CLJ(S) all the things :) > > > > -- > > Note that posts from new members are moderated - please be patient with your > first post. > > --- > > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/clojurescript. > > > > > > > -- > > Note that posts from new members are moderated - please be patient with your > first post. > > --- > > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/clojurescript. > > > > > > > -- > > Note that posts from new members are moderated - please be patient with your > first post. > > --- > > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
