On Apr 16, 2014, at 9:42 AM, Massimiliano Tomassoli <kiuhn...@gmail.com> wrote:
> I'm going to use LightTable which seems to have great support for Clojure. 
> emacs terrifies me :)

I'm using LightTable for all my editing these days - and for ClojureScript it's 
truly amazing!

Welcome to Clojure / ClojureScript!

At World Singles, we're just starting down the path of Om / Sente for an 
internal application. We need something very interactive, and also very 
malleable. Using core.async for the communication between the client and the 
server (via Sente) means we can use the same idioms across the whole app which 
is really nice. Om takes a bit of getting used to but having the decoupling 
between state, logic, and rendering makes for a very pleasant experience when 
you're building a component-based UI.

With LightTable, you can "connect" into a browser and just live eval cljs code 
into your running application which makes experimentation really slick as you 
evolve the app. We also tend to start a LT-enabled REPL server inside the back 
end of our apps so you can connect LT to the running server and live eval code 
into that too. Very productive.

I used Emacs for just over two years before switching to LT, BTW (well, after a 
near 20 year break from Emacs before that).

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to