Re: Light table

2014-04-17 Thread Colin Fleming
Cursive's coming along nicely. It's a little difficult for me to judge since I tend to see more of what needs doing than what already works well, but it's very usable now. Plenty of people are using it for daily work with no serious issues. As a data point, the last version was downloaded around

Re: Light table

2014-04-17 Thread Gary Verhaegen
I've been doing all of my Clojure work in Vim. VimClojure [1] was great, but fireplace [2] has been a game changer for me. It might not look like much, but the REPL really feels tightly integrated into the editor. I actually never touch the REPL directly anymore (except for restarting it from

Re: Light table

2014-04-17 Thread Luc Prefontaine
I have been using Eclipse for the last 10 years roughly. Having a polyglot project made this choice obvious. Now that our code base is in Clojure at 99%, I do not feel tempted by emacs. May give a try with LightTable however. I used to do most of my editing with emacs in the 1980s, using the

Re: Light table

2014-04-17 Thread Walter van der Laan
I recently moved from Emacs to Light Table for Clojurescript and I like working with it. I created a tutorial that outlines my Clojurescript workflow using Light Table: github.com/wvdlaan/todomvc For my work on the JVM I still use Emacs because old habits die hard. But I expect to move to

Re: Light table

2014-04-17 Thread Roelof Wobben
Thanks all. Unfortunally I cannot get Lighttable work. I work with Nixos where all the packages are stored in /var/store/nixos/hash instead of the way linux does these things. So untill I find out how to compile it from source no Light Table for me. Roelof Op donderdag 17 april 2014 10:34:58

Re: Light table

2014-04-17 Thread Roelof Wobben
It seems that Nightcode works What do you experts think of this IDE. Roelof Op donderdag 17 april 2014 13:39:31 UTC+2 schreef Roelof Wobben: Thanks all. Unfortunally I cannot get Lighttable work. I work with Nixos where all the packages are stored in /var/store/nixos/hash instead of

Re: Light table

2014-04-17 Thread Colin Fleming
BTW I changed the website copy a little for Cursive, since much less bravery is now required than previously. Thanks for the heads up! I'd forgotten that was still there. On 17 April 2014 13:12, Mark Engelberg mark.engelb...@gmail.com wrote: On Wed, Apr 16, 2014 at 6:01 PM, Colin Fleming

Re: Light table

2014-04-16 Thread Sean Corfield
On Apr 16, 2014, at 12:42 PM, Roelof Wobben rwob...@hotmail.com wrote: Has anyone tried Light table as a IDE instead of Emacs ? Yes. I used Emacs back in the 17.x / 18.x / early 19.x days and then went on to other editors. After a long break, and after starting to use Clojure daily, I went

Re: Light table

2014-04-16 Thread Colin Fleming
I think LightTable is a good choice for Clojure beginners, certainly it's much more approachable than Emacs. Other options you might consider are Cursive (based on IntelliJ, at http://cursiveclojure.com) or CounterClockwise (based on Eclipse, at https://code.google.com/p/counterclockwise) which

Re: Light table

2014-04-16 Thread Mark Engelberg
On Wed, Apr 16, 2014 at 6:01 PM, Colin Fleming colin.mailingl...@gmail.comwrote: Standard disclaimer: I develop Cursive. How's Cursive coming along? The website still says it's only for those who are feeling brave. -- You received this message because you are subscribed to the Google Groups

Re: Light table

2014-04-16 Thread Mark Mandel
I use Cursive for my Clojure development and it's great! I'm a big fan. Standard disclaimer: I was already firmly entrenched in Intellij beforehand. Sent from my mobile doohickey On 17/04/2014 11:12 AM, Mark Engelberg mark.engelb...@gmail.com wrote: On Wed, Apr 16, 2014 at 6:01 PM, Colin

Re: Light table

2014-04-16 Thread Mikera
On Thursday, 17 April 2014 03:57:56 UTC+8, Mike Haney wrote: Lots of people use it, including me. I don't think it's a bad choice for beginners at all. The conventional wisdom seems to be that you will end up learning emacs eventually if you spend any amount of time doing clojure or

Re: Light table

2014-04-16 Thread Lee Spector
On Apr 16, 2014, at 10:48 PM, Mikera mike.r.anderson...@gmail.com wrote: On Thursday, 17 April 2014 03:57:56 UTC+8, Mike Haney wrote: The conventional wisdom seems to be that you will end up learning emacs eventually if you spend any amount of time doing clojure or lisp, so you might as

Re: Light Table Playground got a lot more useful.

2012-09-27 Thread humblepie
For the life of me I can figure out the key binding for the Cmd key. Can someone help? On Monday, July 9, 2012 6:27:26 PM UTC-7, Chris Granger wrote: Hey folks, In case you missed it via other channels, the Light Table Playground can now hook into your own projects!

Re: Light Table Playground got a lot more useful.

2012-09-27 Thread Chris Granger
Cmd/Ctrl means either the Cmd key (which is on macs) or the Ctrl key on windows/linux. So if it says Cmd/Ctrl + d that would mean just ctrl + d. Cheers, Chris. On Wed, Sep 26, 2012 at 5:01 PM, humblepie wilmerwal...@gmail.com wrote: For the life of me I can figure out the key binding for the

Re: Light Table on Windows XP

2012-07-19 Thread kinleyd
v0.0.7 (an updated to the first release) was released July 9, 2012. It's a very early release of the LT Playground. Chris Granger mentioned a target of sometime next year for a stable release. -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: Light Table Playground got a lot more useful.

2012-07-19 Thread kinleyd
It's looking good. Really look forward to version 1.0. :) On Tuesday, July 10, 2012 7:27:26 AM UTC+6, Chris Granger wrote: Hey folks, In case you missed it via other channels, the Light Table Playground can now hook into your own projects!

Re: Light Table - a new IDE concept

2012-04-29 Thread Raju Bitter
ArsTechnica mentions Light Table now http://arstechnica.com/business/news/2012/04/html5-bullets-innovative-clojurescript-ide-css-filter-effects-and-more.ars -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Light Table - a new IDE concept

2012-04-16 Thread cej38
Wow, that really blew me away. -- 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 from

Re: Light Table - a new IDE concept

2012-04-15 Thread Eric Springer
On Saturday, 14 April 2012 04:34:54 UTC+10, looselytyped wrote: This is an awesome implementation of Brett Victors Inventing On Principle [http://vimeo.com/36579366] using Clojure and Noir by Chris Granger (who also wrote Noir). Figured I would share it with the group.

Re: Light Table - a new IDE concept

2012-04-14 Thread daly
On Friday, April 13, 2012 1:34:54 PM UTC-5, looselytyped wrote: This is an awesome implementation of Brett Victors Inventing On Principle [http://vimeo.com/36579366] using Clojure and Noir by Chris Granger (who also wrote Noir).

Re: Light Table - a new IDE concept

2012-04-13 Thread D.Bushenko
This is really interesting. Is there a sourcecode for the light table ? I couldn't find it... пятница, 13 апреля 2012 г., 21:34:54 UTC+3 пользователь looselytyped написал: This is an awesome implementation of Brett Victors Inventing On Principle [http://vimeo.com/36579366] using Clojure and

Re: Light Table - a new IDE concept

2012-04-13 Thread Tamreen Khan
Nope, the source hasn't been released yet. I think Chris is still trying to figure out what to do with it. 2012/4/13 D.Bushenko d.bushe...@gmail.com This is really interesting. Is there a sourcecode for the light table ? I couldn't find it... пятница, 13 апреля 2012 г., 21:34:54 UTC+3

Re: Light Table - a new IDE concept

2012-04-13 Thread sean neilan
I wish there was a link to download it. On Fri, Apr 13, 2012 at 1:34 PM, looselytyped raju.gan...@gmail.com wrote: This is an awesome implementation of Brett Victors Inventing On Principle [http://vimeo.com/36579366] using Clojure and Noir by Chris Granger (who also wrote Noir). Figured I

Re: Light Table - a new IDE concept

2012-04-13 Thread Jim - FooBar();
I am left speecheless...! Jim On 13/04/12 19:49, sean neilan wrote: I wish there was a link to download it. On Fri, Apr 13, 2012 at 1:34 PM, looselytyped raju.gan...@gmail.com mailto:raju.gan...@gmail.com wrote: This is an awesome implementation of Brett Victors Inventing On

Re: Light Table - a new IDE concept

2012-04-13 Thread Lee Spector
On Apr 13, 2012, at 2:34 PM, looselytyped wrote: http://www.chris-granger.com/2012/04/12/light-table---a-new-ide-concept/ Very nice! Small note: In Interlisp, if I remember it correctly, code was structured into functions -- not files -- and one got an editor window for each function

Re: Light Table - a new IDE concept

2012-04-13 Thread Lee Spector
On Apr 13, 2012, at 3:18 PM, Lee Spector wrote: Interlisp did the live propagation of values thing that's in this demo... but still, it's interesting to see the idea of function editors coming back. OOPS -- I meant Interlisp DIDN'T DO the live propagation of values thing Interlisp had

Re: Light Table - a new IDE concept

2012-04-13 Thread kovas boguta
Holy I've been wanting this for literally the last decade. Seeing the data flow through the program. Being able to instantly see the code for all the functions related to your function call. I 100% agree that we need smaller units of source code than the text file. Interested in how it

Re: Light Table - a new IDE concept

2012-04-13 Thread Tassilo Horn
kovas boguta kovas.bog...@gmail.com writes: Holy I've been wanting this for literally the last decade. Seeing the data flow through the program. I'd like to try it out and see what it shows for recursive functions. :) Being able to instantly see the code for all the functions related

Re: Light Table - a new IDE concept

2012-04-13 Thread Daniel
My first thought is that I would contribute money for this to be actively developed and maintained. My second thoughts are that it's kind of a bummer it only works in the browser currently, and kind of a bummer that he had to fork clojure to provide metadata changes, and kind of a bummer that