Light Table - a new IDE

April 29 2012, 1:39pm

Chris Granger recently published an article on a side project he had been working on; an IDE called Light Table. Some of the nice features he demonstrates in the video below are:

  • As a program gets written you see it compile live on the right, providing a kind of real-time debugging. You could see what a webpage will look like as you code it.
  • Moveable code blocks; instead of having multiple tabs/windows open for each file you are working with, you can have just the functions your working with on the screen.
  • When you click on a function or class name you see it's docs and params on the right.
  • Documentation finder with unique features like lookup by namespace.

The article created quite a stir on places like Hacker News. Because of which Chris published a follow-up article (HN), where he noted:

  • It will be open source.
  • Light Table is built on top of the CodeMirror editor so those interested in contributing should help out CodeMirror.
  • It will support support plugins.
  • Developers like myself who use VIM would be able to use VIM's keybindings (Emacs too, etc).

Since so many people expressed interest in the project, he has decided to dedicate more of his time to getting Light Table off the ground and there is now a kickstarter for Light Table.