Re: ANN: A more fully-featured lein-vimclojure

2012-04-16 Thread Daniel Solano Gómez
On Tue Apr 17 00:21 2012, Rostislav Svoboda wrote: > I just quickly tried out the lein-tarsier and I'm getting: > > $ lein vimclojure > Starting VimClojure server on 127.0.0.1, port 2113 > Happy hacking! > > (now I open http://127.0.0.1:2113 in my browser) > > java.lang.OutOfMemoryError: Java he

Re: ANN: A more fully-featured lein-vimclojure

2012-04-16 Thread Rostislav Svoboda
FYI setting :jvm-opts ["-Xmx2672m"] in the project.clj produces the same error and I can't set more than 2672 MB otherwise JVM complains about "Error: Could not create the Java Virtual Machine." Bost On 17 April 2012 00:21, Rostislav Svoboda wrote: > I just quickly tried out the lein-tarsier a

Re: ANN: A more fully-featured lein-vimclojure

2012-04-16 Thread Rostislav Svoboda
I just quickly tried out the lein-tarsier and I'm getting: $ lein vimclojure Starting VimClojure server on 127.0.0.1, port 2113 Happy hacking! (now I open http://127.0.0.1:2113 in my browser) java.lang.OutOfMemoryError: Java heap space at vimclojure.nailgun.NGSession.run(NGSession.java:1

Re: ANN: A more fully-featured lein-vimclojure

2012-04-14 Thread Daniel Solano Gómez
On Sat Apr 14 16:39 2012, Jim - FooBar(); wrote: > good stuff...can i ask something completely irrelevant? is there any > chance the clojure repl for android will ever get support for loading > external libraries? Yes, there is. I have not forgotten about the REPL, and there are many updates th

Re: ANN: A more fully-featured lein-vimclojure

2012-04-14 Thread Evan Mezeske
I just thought of an additional disadvantage to overloading the lein-vimclojure name, which is that searching for troubleshooting purposes will potentially return misleading results. E.g., I might search for "lein-vimclojure throws error", and click through to the first couple of results. If

Re: ANN: A more fully-featured lein-vimclojure

2012-04-14 Thread Evan Mezeske
Thank you! In particular, the Leiningen 1/2 support is a huge win. I'm really glad someone decided to tackle this! I feel I should point out, though, that the name of the plugin is unfortunate. There are already several plugins named "lein-vimclojure", so that when I google that term, the to

Re: ANN: A more fully-featured lein-vimclojure

2012-04-14 Thread Jim - FooBar();
good stuff...can i ask something completely irrelevant? is there any chance the clojure repl for android will ever get support for loading external libraries? also i run a tiny genetic algorithm on it only showed all the output at the end of the simulation rather than going one step at a time.

ANN: A more fully-featured lein-vimclojure

2012-04-14 Thread Daniel Solano Gómez
Hello, I am happy to let you know I have published a new Leiningen plug-in for VimClojure support. I know there are already a number of VimClojure plug-ins out there, some of them called lein-nailgun and others called lein-vimclojure. However, most of them tend to be fairly minimal. In particular