When comparing SlickEdit vs Light Table, the Slant community recommends SlickEdit for most people. In the question“What are the best programming text editors?” SlickEdit is ranked 18th while Light Table is ranked 25th. The most important reason people chose SlickEdit is:
SlickEdit supports over 50 programming languages on nine platforms.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Extensive support for programming languages
SlickEdit supports over 50 programming languages on nine platforms.
Pro Built-in beautifier
The beautifier formats code as you type to help improve readability and consistency.
Pro Compiler tools
Pro Scriptable
Write custom macro commands, functions, dialogs and tool windows.
Pro Over 13 emulations
Choose from fifteen keyboard emulations, containing the key bindings and behaviors necessary to emulate other editors (e.g., CUA, Vim, GNU Emacs, etc.)
Pro Extensive configuration options
Pro Easy access to Visual Studio workspace
SlickEdit opens Visual Studio workspace with no conversions needed.
Pro Symbol analysis support
There are powerful symbol analysis features in SlickEdit, including context tagging and references.
Pro Integrated debuggers for multiple languages
Integrated debuggers for GNU C++, Java, Python, Perl, Ruby, and PHP.
Pro Multi-Platform
Windows, Linux, Mac OS X, AIX, HP-UX, Solaris SPARC, Solaris x86
Pro Portable mode
Possibility to set up a portable installation, to run on a USB drive for example.
Pro Easy access to XCode projects
SlickEdit opens XCode projects with no conversions needed.
Pro Third party tool integration
Pro Popular version control system
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 No command line option
This is a visual only editor
Con It's kinda slow
If you have a very large project or tag database, it can hang the UI.