Re: anyone in Santa Cruz?

2014-03-27 Thread Stanislav Sedov
On Mar 27, 2014, at 10:21 AM, Brian Craft wrote: > Looking for clojure users in the Santa Cruz, Ca area who are interested in a > meetup, study group, etc. > I’m in Sunnyvale and using Clojure occasionally. Not exactly Santa Cruz, but I travel there often. -- ST4096-RIPE signature.asc

Re: JRE/JVM for development

2014-01-29 Thread Stanislav Sedov
On Jan 29, 2014, at 6:58 PM, Mikera wrote: > The real issue issue is loading / initialisation of Clojure code after JVM > startup - i.e. loading clojure.core and the (potentially large) graph of > required namespaces. This quickly becomes noticeable if you are using a large > set of libraries

Re: JRE/JVM for development

2014-01-29 Thread Stanislav Sedov
On Jan 29, 2014, at 1:44 PM, ton...@gmail.com wrote: > Are there any Java VMs strictly for development use that could be started up > quicker, use less memory or compile clojure during execution? Alternatively > can OpenJDK or similar be configured to do so? I don't care about application > pe

Re: Do web apps need Clojure?

2013-11-14 Thread Stanislav Sedov
On Nov 14, 2013, at 3:28 AM, Sean Johnson wrote: > Agreed. This is a huge point. And not just in lowered hosting costs, but also > potentially a better user experience (lower latency). I am actually not sure how true it is. While the raw throughput of JVM applications is indisputably much hi

Re: getting a stack trace

2013-10-18 Thread Stanislav Sedov
On Oct 18, 2013, at 12:35 PM, Brian Craft wrote: > ah, sorry, that's a shell tool? I meant dumping a stack trace from code. > Throwing & catching works, it's just a bit goofy. Like > > (defn- stack-trace [msg] > (try > (throw (IllegalArgumentException. msg)) > (catch IllegalArgumentE

Re: IDE feature

2013-08-08 Thread Stanislav Sedov
On Aug 8, 2013, at 5:44 AM, Lee Spector wrote: > Agreed. But good brace/paren *matching* (highlighting the mate and/or > unmatched brackets) solves this problem without all the downsides (IMHO) of > paredit. I too had a similar experience. Often when writing code I don't even produce it in

Re: Walking a tree

2013-07-06 Thread Stanislav Sedov
On Jul 6, 2013, at 9:33 AM, looselytyped wrote: > Good morning everyone! > > I have a problem that I have been struggling with for a few days now. I have > a directed acyclic graph that I am trying to walk, and can't seem to figure > out a to prevent my walking already visited branches. Here

Re: lein repl and missing yank

2013-06-26 Thread Stanislav Sedov
and clones. Manuel, regarding the question, I think you need some kind of wrapper around the clojure repl to get a line editing functionality. rlwrap may or may not do it. Another possibility is to run the repl in emacs, so you get all line editing features. -- Stanislav Sedov ST4096-RIPE () asci