Re: clojure success story ... hopefully :-)

2009-08-22 Thread Sigrid
ing if I'm correct now. Still then (regarding "The way that Rich elected to de-couple destructuring bind from pattern matching was brilliant.") , it is unclear to me why it was such a good idea not to include pattern matching, or, to somehow keep them separate... Ciao, Sigrid

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Sigrid
Excuse me if it's a stupid question, it just made me curious to know :-; Sigrid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.c

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Sigrid
clojure environment. I've not had the time yet to do much with it at home, but the functionality I've used up till now is really amazing! And next time I'll ask my question in the vimclojure group then :-) Ciao Sigrid On 13 Mai, 19:33, Meikel Brandmeyer wrote: > Hi, > >

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Sigrid
h problem or has to do with vim. The nailgun server seems to work, at least I executed the test mentioned in another vimclojure thread: ng de.kotka.vimclojure.nails.NamespaceOfFile < test.clj, and it gives user. Perhaps anyone encountered a similar problem? Ciao Sigrid On 13 Mai, 17:26,

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Sigrid
Je peux le traduire si tu veux :-) On 13 Mai, 16:30, Laurent PETIT wrote: > Thanks for sharing with us what a German stack trace looks like :-) > > Ok, -> -1, I quit :-) > > -- > laurent > > 2009/5/13 Sigrid > > > > > Hi all, > > > after s

Exceptions using vimclojure - please help

2009-05-13 Thread Sigrid
116: Ungültige Argumente für die Funktion substitute(path, '\ ', '\\ ', 'g') E15: ungültiger Ausdruck: substitute(path, '\ ', '\\ ', 'g') Zeile7: E121: Undefinierte Variable: path E15: u

Re: clojure.contrib.repl-utils/source: getting "source not found"

2009-04-25 Thread Sigrid
-sources.jar it could of course not have found anything. I should have looked at the "source of source" to find out how it works I guess :-) Anyway my setup did not make much sense as it would have involved a jar-copying step after every update. Thanks again Sigrid On 25 Apr., 20

Re: clojure.contrib.repl-utils/source: getting "source not found"

2009-04-25 Thread Sigrid
for you without) was having the current path on the classpath - and although I can't imagine this could be related, I tried this too, but it didn't change anything. I wonder what I'm doing wrong... Thanks anyway, Sigrid --~--~-~--~~~---~--~~ You

clojure.contrib.repl-utils/source: getting "source not found"

2009-04-24 Thread Sigrid
hunli/Library/clojure/clojure.jar:/Users/ hunli/Library/clojure/clojure-contrib.jar:/Users/hunli/Library/clojure/ clojure-sources.jar clojure.lang.Repl' Does anyone have an idea what I'm doing wrong? thanks a lot for any help Sigrid --~--~-~--~~~---~--~

Re: already-discussed vimclojure startup problem - what to do?

2009-04-16 Thread Sigrid
stly user errors", I thought "hm..." but now it was exactly that :-; Thanks a lot for your help, Sigrid On 15 Apr., 14:13, Meikel Brandmeyer wrote: > Hi, > > Am 15.04.2009 um 11:37 schrieb Sigrid: > > > > > I'm just starting with clojure and want to use

already-discussed vimclojure startup problem - what to do?

2009-04-15 Thread Sigrid
nother vim). If there is something to do about the namespace, could someone please help with a "resume" of what to do? Btw in my clojure file no namespace is set, it's just (defn hello [name] (str "Hello, " name)) so it should be in the user name

already-discussed vimclojure startup problem - what to do?

2009-04-15 Thread Sigrid
nother vim). If there is something to do about the namespace, could someone please help with a "resume" of what to do? Btw in my clojure file no namespace is set, it's just (defn hello [name] (str "Hello, " name)) so it should be in the user name