[ANN] Clojure IDE for OS X

2013-12-16 Thread Christian Sperandio
Hi, It's a good news to have a new IDE for Clojure. I wanted to try it but I read it works only on OS X 10.9. I think your target is very limited. So, may be another time. Chris -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to thi

Comparing core.async and Reactive Extensions

2013-12-16 Thread Michal Till
Hello, I seem to be a little bit confused when comparing core.async to the so called Reactive Extensions (Rx). They seem to tackle similar problem of async-icity, so I wonder what are the principal differences and in what cases is one preferred over the other. Can someone please explain? Regar

Re: cider status

2013-12-16 Thread n aipmoro
On Mon, Dec 16, 2013 at 12:27 PM, Gary Johnson wrote: > It took me maybe an hour of reading the website docs, > installing/uninstalling packages with package.el, and updating the relevant > sections of my .emacs.d/init.el file. Not to poo-poo on anyone's parade, > but it really did seem pretty s

Re: cider status

2013-12-16 Thread Cedric Greevey
On Mon, Dec 16, 2013 at 12:27 PM, Gary Johnson wrote: > Just to inject another sample into the population: > > As another hacker who lives in Emacs, I found the nrepl -> cider > transition to be quite painless. It took me maybe an hour of reading the > website docs, installing/uninstalling packag

Re: [ClojureScript] Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-16 Thread Mimmo Cosenza
Hi Jussi, > I was wondering what sort of performance should I expect with Clojurescript > compile. I get 3-20 seconds per file on two different machines. yes, I have similar results > When I just change the root cljs file, do you mean the core.cljs file? > cljsbuild recompiles three other fi

Re: IE compatibility of clojurescript, Element undefined problem

2013-12-16 Thread Xiangtao Zhou
Hi Tim, somebody already filed a bug under IE8, https://github.com/Prismatic/dommy/issues/57 according to the absence of js/Element, the fix may not work. I'll test it later. Joe On Tuesday, December 17, 2013 12:34:42 AM UTC+8, Tim Visher wrote: > > Hi Xiangtao, > > If you needed to delete

Re: Meta-eX: Power to Complect (featuring Rich Hickey)

2013-12-16 Thread Timothy Washington
Lol, very cool :) Tim Washington Interruptsoftware.ca On Mon, Dec 16, 2013 at 6:41 AM, Samuel Aaron wrote: > Hey everyone, > > just a quick promotional email, so I'll keep it brief. > > Meta-eX[1] just pushed a small excerpt from a recent Live Session > featuring

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Mark Engelberg
On Mon, Dec 16, 2013 at 12:30 PM, Guru Devanla wrote: > Hi Mark, > > A few questions: > > 1. The point you raise regarding declaring case classes is inherent to the > typed nature of Scala, correct? Can that be pointed to as valid strength of > Clojure. Since, we are comparing static vs dynamic t

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Guru Devanla
Hi Mark, A few questions: 1. The point you raise regarding declaring case classes is inherent to the typed nature of Scala, correct? Can that be pointed to as valid strength of Clojure. Since, we are comparing static vs dynamic typing here. 2. I am not super familiar with Scale, but I am assumin

Re: Clojure.org: Concurrency screencast 404

2013-12-16 Thread Alex Miller
blip.tv killed the Clojure account. Many of the videos were moved to YouTube under the ClojureTV account: http://www.youtube.com/user/ClojureTV I suspect this is the talk you're referring to: http://www.youtube.com/watch?v=dGVqrGmwOAw On Monday, December 16, 2013 2:44:53 AM UTC-6, Abhijith wro

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Mark Engelberg
I think you're right that all or nearly all of the functional aspects of Clojure have counterparts in Scala. On top of that, Scala provides mutable flavors of everything, so you can pick and choose your approach. So that makes Scala better, right? But the difference between Clojure and Scala is

Re: Othello from PAIP in Clojure

2013-12-16 Thread Sean Chalmers
I don't really have anything to critique, merely observe... ;) I find your implementation interesting because you chose to use two dimensional arrays to represent the board, I initially went down that road with mine but in the end went with a single list because I found it easier to handle the

Re: [ClojureScript] Re: AnNN: ClojureScript 0.0-2120

2013-12-16 Thread Tim Visher
On Mon, Dec 16, 2013 at 12:33 PM, Gary Johnson wrote: > Wait a minute... > > > #js data literal support added > > Holy $#%^!!! Where is this documented?! MUST...USE...NOW! https://groups.google.com/d/msg/clojurescript/mUVbtdnAvHA/Voa86mDnNGwJ -- In Christ, Timmy V. http://blog.twonegatives.

Re: clojure.java.jdbc 3.0 reusing connections

2013-12-16 Thread Sean Corfield
Just to follow up on this: 0.3.0-rc1 introduces with-db-connection to allow multiple operations on a shared connection easily: (with-db-connection [db-con db-spec] ... operate on db-con multiple times ...) Sean On Tue, Dec 10, 2013 at 4:06 PM, Sean Corfield wrote: > On Tue, Dec 10, 2013 at 2

Re: AnNN: ClojureScript 0.0-2120

2013-12-16 Thread Gary Johnson
Wait a minute... #js data literal support added Holy $#%^!!! Where is this documented?! MUST...USE...NOW! -- -- 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 me

Re: cider status

2013-12-16 Thread Gary Johnson
Just to inject another sample into the population: As another hacker who lives in Emacs, I found the nrepl -> cider transition to be quite painless. It took me maybe an hour of reading the website docs, installing/uninstalling packages with package.el, and updating the relevant sections of my .

Re: Othello from PAIP in Clojure

2013-12-16 Thread edward
I look forward to your critique! On Friday, December 13, 2013 1:41:08 PM UTC, Sean Chalmers wrote: > > I'm running out of break time so I'll have to give this a look over a bit > later, looks pretty good from a quick scan though! Interested to dive in > the guts of it! :) > > If you're intereste

Re: Othello from PAIP in Clojure

2013-12-16 Thread edward
I look forward to your critique :) -- -- 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 - please be patient with your first post. To unsubscri

Re: Meta-eX: Power to Complect (featuring Rich Hickey)

2013-12-16 Thread Tim Visher
On Mon, Dec 16, 2013 at 6:41 AM, Samuel Aaron wrote: > just a quick promotional email, so I'll keep it brief. > > Meta-eX[1] just pushed a small excerpt from a recent Live Session featuring > the voice of Rich Hickey: > > https://soundcloud.com/meta-ex/power-to-complect > > It's not every day you

Re: IE compatibility of clojurescript, Element undefined problem

2013-12-16 Thread Tim Visher
Hi Xiangtao, If you needed to delete dommy in order to get thing working in IE6, _please_ file a bug report. I like dommy a lot and finding everywhere that it breaks compatibility with older browsers is crucial for its success. On Mon, Dec 16, 2013 at 8:28 AM, Xiangtao Zhou wrote: > hi David, >

Re: Clojure for the Brave and True, an online book for beginners

2013-12-16 Thread Daniel Higginbotham
I've written a chapter on namespaces and ns: http://www.braveclojure.com/organization/. I hope it clears up some of the confusion :) On Thursday, September 5, 2013 5:39:03 PM UTC-4, Bruno Kim Medeiros Cesar wrote: > > I would like to add to Roberto's request, a thorough treatment of ns would >

Re: IE compatibility of clojurescript, Element undefined problem

2013-12-16 Thread Xiangtao Zhou
hi David, Thanks. You're right, I delete dommy, it works. On Monday, December 16, 2013 9:10:18 PM UTC+8, David Powell wrote: > > The clojure.browser namespace does try to extend a protocol to > js/EventType - which IE6 doesn't have, but if you use third party > alternatives, raw javascript DOM

Re: IE compatibility of clojurescript, Element undefined problem

2013-12-16 Thread David Powell
The clojure.browser namespace does try to extend a protocol to js/EventType - which IE6 doesn't have, but if you use third party alternatives, raw javascript DOM manipulation, or Google Closure, then things should work in IE6. On Mon, Dec 16, 2013 at 12:59 PM, Xiangtao Zhou wrote: > hi all, > >

Re: IE compatibility of clojurescript, Element undefined problem

2013-12-16 Thread Cedric Greevey
Everyone should give up IE6. And, preferably, every other version of IE. On Mon, Dec 16, 2013 at 7:59 AM, Xiangtao Zhou wrote: > hi all, > > I'm new for clojurescript. I found there is compatibility problem under > IE6, closurescript use Element which IE 6 dos not have. > > Line 34266, Elemen

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Softaddicts
The url should have been this one: http://rotpier27.files.wordpress.com/2012/01/chimc3a8re.jpg }^}%}%}{[+{^ iPhone screen... too small for my big fingers... > In 2008 I was reviewing options, > we had to move away from Java. > > I choose Clojure rather than Scala, > I found Scala quite confus

IE compatibility of clojurescript, Element undefined problem

2013-12-16 Thread Xiangtao Zhou
hi all, I'm new for clojurescript. I found there is compatibility problem under IE6, closurescript use Element which IE 6 dos not have. Line 34266, Element.prototype.clojure$browser$event$EventType$ = true; Is clojurescript give up IE6? Joe -- -- You received this message because you ar

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Luc Prefontaine
In 2008 I was reviewing options, we had to move away from Java. I choose Clojure rather than Scala, I found Scala quite confusing. Attempts to pour in FP notions in an OO language looked too me as an attempt to transplant a fifth limb to a four limb made body. Since then I had a few discussions w

Meta-eX: Power to Complect (featuring Rich Hickey)

2013-12-16 Thread Samuel Aaron
Hey everyone, just a quick promotional email, so I'll keep it brief. Meta-eX[1] just pushed a small excerpt from a recent Live Session featuring the voice of Rich Hickey: https://soundcloud.com/meta-ex/power-to-complect It's not every day you get to hear music coded and performed with Clojure

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Phillip Lord
The problem with this question is that Functional Programming means many different things to different people. If we define FP negatively (i.e. the language does not allow anything other than pure functions), then neither Scala or Clojure are FP. I would side here with Doug Hoyte's Let over Lamb

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Cedric Greevey
So, in other words, like most "which is the best programming language?" questions, the answer to this one is "It depends". :) On Mon, Dec 16, 2013 at 5:31 AM, Эльдар Габдуллин wrote: > Clojure targets multiple platforms, Scala - one. > > Clojure is Lisp. That means almost any programming paradig

Re: cider status

2013-12-16 Thread Phillip Lord
Tim Visher writes: >> So, I have used MELPA before, but I found living on the bleeding edge >> for all of my packages is bit painful; the overall stability of my Emacs >> setup dropped considerably. I fear this will remain while many package >> developers use a "dirty head" versioning system (myse

Re: Is Clojure more functional then Scala?

2013-12-16 Thread Эльдар Габдуллин
Clojure targets multiple platforms, Scala - one. Clojure is Lisp. That means almost any programming paradigm/DSL is just a library. But if you are interested in FP per se, I think Scala illustrates it better. With strong type system, pattern matching it's much closer to Haskell, which is the b

ANN Langohr 2.0 is released

2013-12-16 Thread Michael Klishin
Langohr [1] is a small RabbitMQ client. 2.0 is a major release that introduces automatic topology recovery (exchanges, queues, bindings, consumers). Release notes: http://blog.clojurewerkz.org/blog/2013/12/15/langohr-2-dot-0-0-is-released/ There's also a new documentation guide to accompany this

Re: Clojure.org: Concurrency screencast 404

2013-12-16 Thread Cedric Greevey
On a related note, why is the 301 "Moved Permanently" HTTP status never used in actual practice? Instead, when things move you always get 404s and have to hunt them down manually. :P On Mon, Dec 16, 2013 at 3:44 AM, abhi wrote: > Hello, >Concurrency screencast link to blip.tv is throwing a

Re: map> vs map< in core.async

2013-12-16 Thread Joachim De Beule
Thanks, that's very helpful! -- -- 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 - please be patient with your first post. To unsubscribe fr

Clojure.org: Concurrency screencast 404

2013-12-16 Thread abhi
Hello, Concurrency screencast link to blip.tv is throwing a 404. Is this a temporary thing or has it moved permanently? > Most of this is covered in more detail in the concurrency > screencast . -- Queer little twists and quirks go into the making of an individual