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

style: Fix 01-01-07-other.md #27

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _posts/01-01-07-other.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ order: 4
tags: []
---

###What languages does Light Table support?
### 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?
### 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?
### 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?
### 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](http://www.chris-granger.com/2013/01/24/the-ide-as-data/).