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
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
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
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
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
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
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
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