Live data from Hacker News

Light Table 0.4 released

chris-granger.com

61–70 of 193 posts

Re: Light Table 0.4 released

#61
post #56

This is an impressive release. They move forwards at an amazing pace. I had already been using LT 0.3.9 almost exclusively for my ongoing Clojure projects during the last month, switching back to Emacs only for heavy editing tasks. I was really missing but the ability to (de-/re-)connect to a given client, which 0.4.0 provides. In my opinion LT is not just a code editor (editing features are pretty poor yet indeed) b…

I would say, rather, that it is not a mature code editor. It aims in all seriousness to do anything we expect a code editor to do, and I have every reason to think the project will succeed.

Chris is focusing on providing new functionality; the expected stuff can and should come later.

Re: Light Table 0.4 released

#62
post #49

Earlier quoted context omitted.

You can set the environment variables in windows 7 by right clicking Computer then click on properties > Advances system settings (on the left), and then click on Environment Variables. Scroll down in the System Variables box, and edit Path. Add ;C:\ at the very end.

I had done that. Probably I have to restart the system to have Light Table understand the updated PATH.

I only had to restart Light Table after adding the path to python in the path envvar.

Re: Light Table 0.4 released

#63
post #43
post #7

Earlier quoted context omitted.

People still use common lisp? ducks In all seriousness, the plugin architecture will certainly allow for exactly that to happen. If you're interested in trying your hand at adding CL, I know a guy who could probably sneak you into the beta when it turns private ;)

I'll use Clojure when it gets LOOP.

Well here's where you might start: https://github.com/tayssir/cl-loop

Although the community seems to prefer the port of Iterate: https://github.com/nathell/clj-iter

Re: Light Table 0.4 released

#64
post #49

Earlier quoted context omitted.

You can set the environment variables in windows 7 by right clicking Computer then click on properties > Advances system settings (on the left), and then click on Environment Variables. Scroll down in the System Variables box, and edit Path. Add ;C:\ at the very end.

I had done that. Probably I have to restart the system to have Light Table understand the updated PATH.

Logout/login is enough.

Re: Light Table 0.4 released

#65
post #50

Awesome... but PLEASE ditch that vertical side menu. It's one of the worst UX decisions I've ever seen and literally gives the user a headache. Pleaseeeeeee

I like the vertical side menu. It saves valuable horizontal space, and adds a touch of class too.

Re: Light Table 0.4 released

#66

Doesn't work with Ubuntu 13.04 :/ Binary is linked to libudev.0 but Ubuntu now uses libudev.1 Any chance me, as a non-tester and interested person, gets a "fix" for that? edit: linking 1 to 0 works so far, but please consider a migration to new version - e.g. chrome did the same some time ago ago[0]. [0] https://groups.google.com/a/chromium.org/forum/?fromgroups=#...

Thanks !

Re: Light Table 0.4 released

#67
post #7
post #2

It would be great to get a common lisp supported in Light Table...

People still use common lisp? ducks In all seriousness, the plugin architecture will certainly allow for exactly that to happen. If you're interested in trying your hand at adding CL, I know a guy who could probably sneak you into the beta when it turns private ;)

If you need someone to try a hand in supporting ruby, give me a hit, would gladly try to accomplish it.

Re: Light Table 0.4 released

#68
post #56

This is an impressive release. They move forwards at an amazing pace. I had already been using LT 0.3.9 almost exclusively for my ongoing Clojure projects during the last month, switching back to Emacs only for heavy editing tasks. I was really missing but the ability to (de-/re-)connect to a given client, which 0.4.0 provides. In my opinion LT is not just a code editor (editing features are pretty poor yet indeed) b…

I would say, rather, that it is not a mature code editor. It aims in all seriousness to do anything we expect a code editor to do, and I have every reason to think the project will succeed. Chris is focusing on providing new functionality; the expected stuff can and should come later.

This is my understanding too. (This is why I said yet).

I am expecting a lot from the forthcoming plugin system. It will be nice to be able to script LT in ClojureScript (the language in which LT is mostly developed).

Re: Light Table 0.4 released

#69
I'm interested in writing a simple rest API using compojure as a learning exercise. Can anyone experienced give an outline of what a reasonable workflow would be to do this using light table? I see that light table can "connect" to my project.clj...

Re: Light Table 0.4 released

#70
This is awesome, congrats on the release.

I'm very excited with the Python integration. I'm going to try doing some web development with Light Table now. One thing that would be very handy would be support for virtualenvs or requirements files to integrate into workspaces so that we can work on projects without installing all dependancies globally.

Post reply on HN