Live data from Hacker News

A new Light Table experience

chris-granger.com

11–20 of 152 posts

Re: A new Light Table experience

#11
This is a very pretty editor. That said, I have no freaking idea what I'm supposed to do. I've been messing around with it for around 15 minutes now, and I still don't understand it.

I added a PHP website folder and got no code hinting or anything else beyond "here is the match for your parenthesis" for either PHP or Javascript. This also resulted in my "navigate" tab being filled with SVN meta-files. I am quite confused.

Looking around on the site and some of the comments here, it appears you're using Clojure. Does this IDE only support Clojure?

Re: A new Light Table experience

#13
post #5

I know python support is planned, but will it be integrated alpha/beta or will we have to wait until after the 1.0 release?

It'll definitely be before 1.0, but I'm not exactly sure when. Right now it's still just me on the code side, so it depends a bit on how hiring goes.

Re: A new Light Table experience

#14

This is a very pretty editor. That said, I have no freaking idea what I'm supposed to do. I've been messing around with it for around 15 minutes now, and I still don't understand it. I added a PHP website folder and got no code hinting or anything else beyond "here is the match for your parenthesis" for either PHP or Javascript. This also resulted in my "navigate" tab being filled with SVN meta-files. I am quite conf…

Think of LT as something more akin to an editor in spirit - you won't see watch windows and all the craziness you often see in "big" IDE's. In that regard, you use it like you use any editor. If you're working with Clojure, ClojureScript, or Javascript code, however, you can evaluate a block inline by pressing Cmd-Enter (or Ctrl-Enter).

Now that we have an experience we plan to stick with more documentation and getting started content will be coming in the next few days. :)

EDIT: I didn't think about SVN, we do filter out Git, but this should just be customizable. Added an issue for it [1].

[1]: https://github.com/Kodowa/Light-Table-Playground/issues/266

Re: A new Light Table experience

#15

This is a very pretty editor. That said, I have no freaking idea what I'm supposed to do. I've been messing around with it for around 15 minutes now, and I still don't understand it. I added a PHP website folder and got no code hinting or anything else beyond "here is the match for your parenthesis" for either PHP or Javascript. This also resulted in my "navigate" tab being filled with SVN meta-files. I am quite conf…

You may find the Kickstarter page informative-

http://www.kickstarter.com/projects/306316578/light-table

"What languages will it support?

The first two languages it will support are Javascript and Clojure, but the application will be written in such a way that adding new languages can happen through plugins."

Re: A new Light Table experience

#16
post #12

Has anyone started using LT? Is it productive? Should java devs even bother with this? Thank you.

It's not going to be more useful to a Java developer than Eclipse is currently, but that's because we're going after a very different end goal. FWIW, all our work is done in LT and it is far more efficient than I used to be with Vim.

Re: A new Light Table experience

#17
post #8
post #6

Stack Size Exceeded when trying to open a ~3500 line clojure app :(.

a ~3500 line file? What do you mean by open? Could you put up an issue [1] with a bit more information so we can track it down? [1]: https://github.com/Kodowa/Light-Table-Playground/issues

It's a project with a bunch of files, totals around 3500 lines. I'll post an issue.

Re: A new Light Table experience

#18
post #15

This is a very pretty editor. That said, I have no freaking idea what I'm supposed to do. I've been messing around with it for around 15 minutes now, and I still don't understand it. I added a PHP website folder and got no code hinting or anything else beyond "here is the match for your parenthesis" for either PHP or Javascript. This also resulted in my "navigate" tab being filled with SVN meta-files. I am quite conf…

You may find the Kickstarter page informative- http://www.kickstarter.com/projects/306316578/light-table "What languages will it support? The first two languages it will support are Javascript and Clojure, but the application will be written in such a way that adding new languages can happen through plugins."

Ah, thank you very much for the context. I guess I've been a bit out of the HN loop.
Post reply on HN