How to Quick-Start With Light Table Editor on Linux Mint 17.1 Rebecca LTS Gnu/Linux 32-64bit Easy Guide

May 17, 2015 | By the+gnu+linux+evangelist.

Light Table Quick Start for Linux Mint 17.1 Rebecca LTS

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Light Table (The next generation code editor) on Linux Mint 17.1 Rebecca LTS i386/amd64 GNU+Linux Desktop.

Light Table Features:

  • WATCHES: Next-gen println to keep track of important values in your code. Just add a watch to an expression and the value will be streamed back to LT in real time.
  • INLINE EVALUTION: No more printing to the console in order to view your results. Simply evaluate your code and the results will be displayed inline.
  • OPEN SOURCE: Developer tools should be open source. Every bit of Light Table’s code is available to the community because none of us are as smart as all of us.
  • MALLEABLE: Keymaps, behaviors, and Light Table’s Behavior-Object-Tag engine means you can easily shape your IDE to whatever your work requires.
  • PLUGIN MANAGER: The plugin manager hooks into the central list of plugins so you don’t have to go hunting all over the internet to find the ones you want.
  • POWERFUL EDITING: Light Table is a lightweight, clean, and sleek interface with all of the power and functionality you need and expect from your editor.

Light Table‘s general editor capabilities will work with most languages out there, but it has deeper Language Integrations (things like inline eval) for Clojure, ClojureScript, Javascript, Python, HTML, and CSS. More languages can be added via plugins in the future.

How to Install & Getting-Started with Light Table Editor on Linux Mint 17.1 Rebecca LTS - Featured
  1. Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands)

    How to Install & Getting-Started with Light Table Editor on Linux Mint 17.1 Rebecca LTS 32/64-bit - Open Terminal
  2. Download Light Table Editor for Linux Mint

    Light Table tar.gz

    Get the Light Table Tar Distribuition Archive 32/64-bit.

  3. Double-Click on Archive Extract into /tmp

    Archive Extraction

    Or from Command Line:

    tar xvzf LightTable*.tar.gz -C /tmp/
  4. Relocating Light Table.

    sudo su -c "chown -R root:root /tmp/LightTable && mv /tmp/LightTable /opt/"
  5. Making a Symlink for Easy Command Line Launching

    sudo su -c "ln -s /opt/LightTable/LightTable /usr/local/bin/LightTable"

    Testing Set-Up:

    which LightTable
  6. How to Getting-Started with Light Table on Mint Linux

    Ubuntu Light Table Quick Start

How to Install & Getting-Started with Light Table Editor on Linux Mint 17.1 Rebecca LTS 32/64-bit - LightTable GUI Intro


QuickChic Theme • Powered by WordPress