When comparing Textpad vs Light Table, 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 Textpad is ranked 32nd. 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 Highly efficient
Textpad can handle large text files very quickly.
Pro Fast and features macros
Text Pad is fast and supports macros for easy handling of repetitive tasks.
Pro Large number of syntax highlighting add-ons
It's easy to add a new syntax highlighted language to TextPad.
Pro Search and Replace
Excellent regex functions to manipulate data in large text based (csv, php, etc) files.
Pro Easy to get started, especially for Java
When you require a minimal learning curve and a quick start to writing code, TextPad is one of the best choices. Especially for small Java projects, TextPad is the go-to editor.
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.
Cons
Con Macros are not editable
Con No bold/italics
Con Disappointing keyboard shortcuts
The keyboard shortcuts in Textpad are a little dated.