When comparing Light Table vs qemacs (for quick emacs), the Slant community recommends Light Table for most people. In the question“What are the best programming text editors?” Light Table is ranked 25th while qemacs (for quick emacs) is ranked 42nd. 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 Input methods for most (human) languages
Including e.g. Chinese.
Pro Terminal and graphics mode
Supports the terminal mode with 'qemacs -nw' and a graphics mode.
Pro Good documentation and help
- Context sensitive shortcut help on F1.
- Good online documentation.
Pro Comfortable file browser
Easy to open and manage files (dired-mode).
Pro Supports many editing modes besides text
- Hex
- HTML / CSS
- Image
- Audio/video (maybe not the most sought after mode in a text editor, but, well, it's there)
Pro Full UTF-8 support
Including bi-directional writing.
Pro Super lightweight and fast
Pro Emacs like key-bindings
Use your muscle memory if you know Emacs already.