When comparing Light Table vs Chocolat, the Slant community recommends Light Table for most people. In the question“What are the best JavaScript IDEs or editors?” Light Table is ranked 15th while Chocolat is ranked 44th. The most important reason people chose Light Table is:
With LT's inline evaluation, you don't have to re-compile your whole source file. Each time you want to see an output, all you have to do is hover your cursor over the line you'd like to evaluate and press `ctrl+enter`; LT will evaluate that line of code for you.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Inline evaluation
With LT's inline evaluation, you don't have to re-compile your whole source file. Each time you want to see an output, all you have to do is hover your cursor over the line you'd like to evaluate and press ctrl+enter
; LT will evaluate that line of code for you.
Pro Your code runs live as you write it
The "Watches" feature lets you see your code running live as you type it. This means that you can debug your code live while writing it, which leads to considerably less programming errors.
Pro Plugin manager available
LT has a plugin manager built directly inside of it. This plugin manager connects to LT's own registry of plugins, so whenever you want assistance while writing your HTML, JS, or even Python, just open up the plugin manager, search for it, and click the little install button beside it's name. Your plugin will then be installed.
Pro Built-in access to MDN
Chocolat offers integrated web-based documentation, so you can quickly look up anything you might need clarification on.
Pro Unlimited split viewing
Chocolat allows you to view as many files side-by-side as you'd like, rather than limiting you to two.
Pro Live error checking
Chocolat supports live error checking.
Pro Great look
The native Mac looks awesome.
Pro Excellent theme support
Themes can be tweaked in various ways, such as in terms of font-size, colors, and highlighting colors.
Pro Code completion
Chocolat will auto-complete JS variables, keywords, methods, functions, and parameters.
Cons
Con Mac only
Chocolate is only available for Mac.