re: exceptions from avout

2011-12-01 Thread Raoul Duke
any chance such threads could be on an avout list instead of the general clojure list? -- 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 - pleas

Re: Exceptions in Haskell and in Clojure

2011-09-12 Thread Jonathan Fischer Friberg
Incidentally, I was just working on such a thing. I'll send it in a new thread. Jonathan On Sun, Sep 11, 2011 at 7:03 PM, Michael Jaaka wrote: > Couldn't match expected type `(t, t1)' > against inferred type `(t2, t3, t4)' > In the expression: (8, 11, 5) > In the expression: [(1, 2), (8, 11, 5)

Re: Exceptions

2010-07-01 Thread Nicolas Oury
On Tue, Jun 29, 2010 at 4:27 PM, Brenton wrote: > Nicolas, > > Check out error-kit in contrib. > > It looks very nice, but it is a bit of a higher level feature than what I had in mind. It constructs some very interesting things, like conitnue. I thought that the low-level interface to Exception

Re: Exceptions

2010-06-29 Thread Brenton
Nicolas, Check out error-kit in contrib. Brenton On Jun 29, 7:26 am, Nicolas Oury wrote: > Dear all, > > Is there a high level facility in Clojure to create your own exceptions? > I know you can use genclass/proxies and extend Throwable/Exception but it > seems very (too?) close to the host lan

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Sigrid
Hi Meikel, thanks for your help! In fact in the meantime I found out that the functions mentioned in the error message were not present in the old ubuntu vim version, so I installed the newest vim from vim.org, and it worked fine! Thanks again, and also congratulations for creating this great cl

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Meikel Brandmeyer
Hi, Am 13.05.2009 um 18:06 schrieb Sigrid: thanks for your answer. Right now I tried with gvim also (the one from ubuntu), and unfortunately I get the same errors. This is the output of vim --version: VIM - Vi IMproved 7.1 (2007 May 12, compiled Jan 31 2008 12:00:11) Vim versions < 7.2 are n

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Sigrid
Hi Juergen, thanks for your answer. Right now I tried with gvim also (the one from ubuntu), and unfortunately I get the same errors. This is the output of vim --version: VIM - Vi IMproved 7.1 (2007 May 12, compiled Jan 31 2008 12:00:11) Inklusive der Korrekturen: 1-138 Übersetzt von bui...@rothe

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Juergen Gmeiner
Hi Sigrid, I am not really qualified on this one because I am still happily using an old version of vimclojure/gorilla But I suspect that you are using some stripped down Vim that does not have the features required by vimclojure. I do remember some similiary errors on my mac when I tried using

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Laurent PETIT
Nein, danke, Tchuss, ;-) -- Laurent 2009/5/13 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 >

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 successfully installing vimclojure at home on my mac, I

Re: Exceptions using vimclojure - please help

2009-05-13 Thread Laurent PETIT
Thanks for sharing with us what a German stack trace looks like :-) Ok, -> -1, I quit :-) -- laurent 2009/5/13 Sigrid > > Hi all, > > after successfully installing vimclojure at home on my mac, I wanted > to do the same on my work machine (running Ubuntu), and I set it up in > the same way. >