When comparing Bluefish 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 Bluefish is ranked 43rd. 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 Very powerful search and replace
Bluefish supports Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk
Pro Light and fast
Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds.
Pro Highlighting
Bluefish highlights matching blocks for start and end markers (for both brackets and tags).
Pro Emmet support
Support Emmet or Zen Coding.
Pro Auto-completion and auto-tag-closing
Bluefish supports auto-completion and auto-tag-closing for many programming languages, with reference information, and even for nested languages (e.g. css and javascript inside html code that is inside a php document), with included language definition files for: C/C++, CSS, HTML, XHTML, HTML5, Java, JSP, JavaScript, jQuery, Lua, Octave/MATLAB, MediaWiki, Pascal, Perl, PHP, Python, Ruby, XML, and others.
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.