Re: ClojureCLR updated

2009-06-01 Thread Johan Berntsson
On Jun 2, 6:51 am, David Miller wrote: > I've watched Mono for a long time, but haven't dived in.  I guess now > is the time. Would be great. I'm very excited about ClojureCLR, but won't be able to use it until it runs on Linux and isn't tightly bound to a specific IDE. /Johan --~--~-~

Re: more vimclojure

2009-04-28 Thread Johan Berntsson
On Apr 29, 11:21 am, tmountain wrote: > I just wanted to chime in and say I'm also a fan of vimclojure. I find > it to be one of the more enjoyable dev environments I've worked in and > the ability to send arbitrary expressions to the REPL is really > convenient. I have found a few issues with it

Re: Clojure on CLR/DLR

2009-02-18 Thread Johan Berntsson
On Feb 17, 9:17 am, dmiller wrote: > Also, this code is not set up for casual play. You need to be in > Visual Studio, download the DLR, connect Tab A to Slot B, etc.  I'm > thinking it should not be in trunk/src by the criteria you cite. I'm really looking forward to a CLR version of Clojure, b

Re: IntelliJ Plugin -- Wonderful News!

2009-02-16 Thread Johan Berntsson
I see that IntelliJ has a free edition called TeamCity. Will the clojure plugin work on that IDE too? On Feb 6, 7:33 am, Peter Wolf wrote: > Check out this email!  IntelliJ is going to get a *really* good plugin > for Clojure :-D > > I have gladly turned control of the my plugin over to Ilya, an

Re: Simple doseq problem

2008-12-23 Thread Johan Berntsson
Or simply quote the list user=> (doseq [word '("one" "two" "three")] (println word)) On Dec 22, 8:34 am, Stuart Sierra wrote: > On Dec 22, 11:10 am, Piotr 'Qertoip' Włodarek > wrote: > > > user=> (doseq [word ("one" "two" "three")] (println word)) > > The problem here is that the list ("one" "t

Re: infix operators

2008-11-29 Thread Johan Berntsson
As most people will tell you, the prefix notation is more natural in Lisp-like languages. However, I sometimes wonder if adding a Haskell infix operator (grave accent changes the argument order) could be a good idea in some situations; for example (2 `+ 3) -> (+ 2 3). On Nov 28, 3:54 pm, Dmitri <

Re: offtopic - where are you come from? (poll)

2008-10-19 Thread Johan Berntsson
Tokyo, Japan On Oct 17, 2:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovakia. :) > > R