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