Questions tagged [lighttable]

Light Table is a multi-platform interactive IDE that lets you modify running programs.

Light Table is a multi-platform interactive IDE that lets you modify running programs.

It provides the real time feedback to not only answer questions about code, but to understand how programs really work.

Website : http://www.lighttable.com/

137 questions
0
votes
1 answer

Console in Light Table is not working

I'm a newbie programmar, Working through problem sets, I encountered a weird problem with console in light table. It is not executing codes. I posted an image, I'd be grateful if anyone could help me out with this. Thanks.! please visit…
0
votes
1 answer

Om not reflecting changes even after swap! app-state

Using Light Table, how do I tell Om to re-render the DOM after eval'ing a modified Om function? Forcing a swap! on the main state atom has no effect: (swap! app-state identity) Cycling routes explicitly with (swap! app-state assoc :current-page…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
0
votes
1 answer

Failing to connect to compojure-app with LightTable

I just ran "lein new compojure-app guestbook" following the book "Web Development with Clojure". In one step the book is connecting to my Clojure project with light table. However when I try this I get the following error that makes no sense to…
user3139545
  • 6,882
  • 13
  • 44
  • 87
0
votes
1 answer

Keymaps in Light Table are not working

I just started learning Python with "A Byte of Python". I'm currently learning Light Table, the editor that the tutorial suggested. This may be very amateurish but I have no experience whatsoever and this is all new to me. I want to open console…
Roy Yun
  • 13
  • 2
0
votes
1 answer

filename based file types in LightTable

When using vagrant you define a file Vagrantfile which defines your machines. This file is basically ruby so I would like to open it as a ruby file in LightTable. Presumably it's not possible to add a filename match to something like…
shmish111
  • 3,697
  • 5
  • 30
  • 52
0
votes
1 answer

no method error using Datavector at LightTable Julia0.3

LiteTable 0.6.7 Julia 0.3 Jewel0.6.4 June 0.2 Mac OSX 10.9 Hi,I have a problem at using Datavector by DataFrame package. using DataFrames df = DataFrame() df["Name"] = DataVector["JohnSmith", "JaneDoe"] df["Height"] =…
K.I.N
  • 129
  • 1
  • 7
0
votes
0 answers

How to use light table in python script?

I am just newbie in python. I have installed it as per directions and for tool I am using LightTable but when I try to compile the program it shows error python: can't open file…
user3814582
  • 153
  • 2
  • 15
0
votes
1 answer

I can't import psycopg2 at Light table Python2.7.8

I'm using LightTable 0.6.6 and Python2.7.8 at Windows7 64bit. I got the error when I trying to import psycopg2 at Lighttable. I wrote > from psycopg2 import * then Cmd-Enter,after I got those messages. The error shows that there is no connect, but…
K.I.N
  • 129
  • 1
  • 7
0
votes
2 answers

Installing Light Table on CentOS 6.5

When trying to run Light table on my CentOS 6.5 I get this message: /lib64/libc.so.6: version `GLIBC_2.15' not found /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found I dont want to install a newer glibc from source since I'm afraid to…
noamelf
  • 53
  • 2
  • 8
0
votes
1 answer

How to switch to drafting table mode in LightTable?

How can I switch to "Draft Table" mode in LightTable? Tried different sources (Ruby, Closure, Python). With Vim mode turned on and off. But I never see mode buttons in the right-bottom corner.
styx
  • 23
  • 6
0
votes
1 answer

Configure code folding in LightTable

LightTable has code folding since v0.6.1, it's key binding is C-= by default. It works for Python files out of the box, but it does nothing with Clojure files. The Codemirror code sets fold to "indent" at…
Adam Schmideg
  • 10,590
  • 10
  • 53
  • 83
0
votes
1 answer

LightTable for Windows and NodeJS

I'm trying to use LightTable on windows7 with a node-webkit application i'm building, when i add the nodejs connection and link to my file "main.js" (my app's starting point) i'm getting this: The node process exited. The node process you were…
rei
  • 191
  • 1
  • 12
0
votes
1 answer

No valid DB connection selected

I'm developing a web project using Clojure, and I ran into the following problem. I've defined a db connection with korma using the following code in (ns foo.models.db) (defdb db (mysql {:host "localhost" :port "3306" :db…
albusshin
  • 3,930
  • 3
  • 29
  • 57
0
votes
1 answer

Light Table won't start on Windows 7

I'm trying to start Light Table on Windows 7 and so far nothing. I followed the instructions on the official github page and I've only been able to get the main window to display the following:
KRTac
  • 2,767
  • 4
  • 22
  • 18
0
votes
3 answers

LightTable asking to install JDK while it is already installed (Windows 8 running as Windows 7)

I tried NightCode but couldn't make it work. Now I learned about LightTable and I am trying that but without success. I already have the JDK installed but LightTable cannot find it and it is asking to install JDK. How do I tell LightTable that JDK…
Zeynel
  • 13,145
  • 31
  • 100
  • 145
1 2 3
9
10