Startup time of the Java Virtual Machine(JVM) is too slow and thereby command-line applications on the JVM are sluggish and very painful to use. And there is no existing simple way for multiple clients to access the same instance of the JVM.
Jark is an attempt to run the JVM as a daemon and support connections from various clients like emacs, vim and even the command line. Note that jark currently works only on GNU/Linux. I will port it to windows/mac someday. There are other systems such as cake which provides a persistent JVM. However, I wanted something that is modular and easy to extend... It uses nailgun under the hood. Read more at: http://icylisper.in/clojure/jark.html USAGE: jark MODULE COMMAND [ARGS] Available modules: cljr - reload add cp - list add run doc - search examples comments if - cli cli-json ns - find list load repl run package - install uninstall versions describe deps search installed latest repo - list add remove self - install uninstall version about swank - start stop vm - start stop threads stat uptime Happy hacking - isaac http://icylisper.in -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en