Re: [ANN] Clojure Videos (with options for Linux users)

2014-10-02 Thread Jethro Kuan
Thanks tim (: > On 1 Oct, 2014, at 8:59 pm, Timothy Baldridge wrote: > > For simpler starting tutorials I suggest starting with Rich's intro talk: > http://www.infoq.com/presentations/clojure-core-async > > Then perhaps check out my Conj talk from about a year ago: > https://www.youtube.com/w

What is the best setup to program Clojurescript IF...

2014-10-02 Thread Peter Mancini
What is the best setup to program Clojurescript IF: - you hate EMACS - use linux or windows Any suggestions? -- 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

Re: What is the best setup to program Clojurescript IF...

2014-10-02 Thread Ashton Kemerling
If I recall vim has good tools. On Thu, Oct 2, 2014 at 1:13 PM, Peter Mancini wrote: > What is the best setup to program Clojurescript IF: >- you hate EMACS >- use linux or windows > Any suggestions? > -- > You received this message because you are subscribed to the Google > Groups "Clo

Re: What is the best setup to program Clojurescript IF...

2014-10-02 Thread Sean Grove
Presumably LightTable is a good way to get started? On Thu, Oct 2, 2014 at 12:13 PM, Peter Mancini wrote: > What is the best setup to program Clojurescript IF: > >- you hate EMACS >- use linux or windows > > Any suggestions? > > -- > You received this message because you are subscribed t

Re: What is the best setup to program Clojurescript IF...

2014-10-02 Thread blake
I've had the best luck with Cursive. On Thu, Oct 2, 2014 at 12:22 PM, Sean Grove wrote: > Presumably LightTable is a good way to get started? > > On Thu, Oct 2, 2014 at 12:13 PM, Peter Mancini wrote: > >> What is the best setup to program Clojurescript IF: >> >>- you hate EMACS >>- use

Re: What is the best setup to program Clojurescript IF...

2014-10-02 Thread Colin Fleming
Hi Peter, I develop Cursive so I'm biased, but I think Cursive provides a pretty nice CLJS environment now. Unfortunately the Clojurescript functionality isn't well documented yet but it basically works like the Clojure support which is documented here . One

Re: What is the best setup to program Clojurescript IF...

2014-10-02 Thread Tony Tam
I use Sublime and Terminator (terminal) on Ubuntu (btw, there's a Clojurescript google group :)) On Thursday, October 2, 2014 8:13:14 PM UTC+1, Peter Mancini wrote: > > What is the best setup to program Clojurescript IF: > >- you hate EMACS >- use linux or windows > > Any suggestions? >

Re: [ANN] ring.middleware.logger - Easy Ring Request Logging

2014-10-02 Thread dgrnbrg
These are very useful! Thanks! On Wednesday, October 1, 2014 10:12:06 PM UTC-4, Paul Legato wrote: > > I'm happy to announce ring.middleware.logger > , which logs details > of each Ring request to a file, or to arbitrary functions you provide.

Re: What is the best setup to program Clojurescript IF...

2014-10-02 Thread Atamert Ölçgen
LightTable is awesome. On Thu, Oct 2, 2014 at 11:43 PM, Tony Tam wrote: > I use Sublime and Terminator (terminal) on Ubuntu > > (btw, there's a Clojurescript google group :)) > > On Thursday, October 2, 2014 8:13:14 PM UTC+1, Peter Mancini wrote: >> >> What is the best setup to program Clojuresc