Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 968 Bytes

File metadata and controls

23 lines (15 loc) · 968 Bytes
layout post
title Other stuff
link other
order 4
tags

What languages does Light Table support?

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.

What platforms does Light Table support?

Light Table runs on Windows, Mac OSX 10.7+, and most flavors of Linux.

Does Light Table auto-update?

Yes, Light Table will download updates in the background and let you know when you need to restart to get the newest version.

What is Light Table written in?

Light Table, with the exception of specific language clients, is written almost entirely in ClojureScript. For more detail on how it is architected, take a look at Chris's blog post The IDE as a Value.