lighttable Questions
2
Some time ago I set up Sublime text 2 as my default editor for GIT in the command line terminal. I would now like to change it to LightTable, but am having some trouble. I have set both the VISUAL ...
Conveyancer asked 1/7, 2014 at 5:32
4
Solved
I am trying Light Table and learning how to use it. Overall, I like it, but I noticed that the only means of making the watches and inline evaluation work in Python programs uses Python 2.7.8, maki...
Herring asked 4/2, 2015 at 17:36
4
i am new on Lighttable IDE.
anyone know how to set workspace and windows font size.
i can change editor font size. but dont know how to set font-size for other element.
or change font-size global f...
Gyromagnetic asked 27/8, 2014 at 18:10
4
Solved
Does anyone have a cheatsheet for LightTable, even better for the paredit plugin, it seems my google-fu is not up to finding one?
Dimorphous asked 4/3, 2014 at 9:43
2
I am on Ubuntu 14.04.2 LTS.
I want to run LightTable (downloaded from the official GitHub website). When I run the script, it says that I need leiningen.
I installed leiningen using apt-get insta...
Shiloh asked 19/5, 2015 at 9:30
1
I've been trying to figure out the approach to take to allow a JavaFX TableView (or any other JavaFX thing) to represent some Clojure data, and allow the user to manipulate the data through the GUI...
Dryclean asked 31/7, 2014 at 22:8
3
Solved
The documentation seems quite sparse in LightTable. I want to create a very bare bones ClojureScript web application in LightTable as a starting point to build on. I have the Instarepl in Clojure w...
Lole asked 28/12, 2012 at 12:14
4
Solved
In my Windows 7 (64 bits) environment, I have quite a few JVM available:
C:\Program Files (x86)\Java\j2re1.4.2_12\bin\client\jvm.dll
C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
D:\programs...
Motmot asked 20/10, 2014 at 14:41
1
Solved
When I type (clojure-version) into my repl in LightTable, I get "1.5.1" as output. Is there any way to upgrade to 1.6.0?
I am assuming that it is drawing the Clojure version from Leiningen (2.3.4 ...
Asta asked 7/6, 2014 at 6:51
1
How do I use a virtualenv to evaluate Python in the Light Table IDE?
I run all my projects under virtualenvs, and all the virtualenvs are located in subfolders within /.virtualenvs/(very standard ...
Lunate asked 8/1, 2014 at 23:5
0
It would be nice to have an imbedded console within a sub-window within LightTable to reduce the amount of open windows during development for all programing languages. Preferably this would work f...
Monatomic asked 4/9, 2014 at 6:21
3
When I eval this code in lighttable:
(ns app.core
(:require [datomic.api :refer [q] :as d]
:reload-all))
(defn add-person
[conn id]
(d/transact conn [{:db/id #db/id[:db.part/user -1000001]
:...
Plexor asked 12/3, 2013 at 22:26
5
Solved
Recently I became curious about but what happens in line 2 of the following bogus python code:
def my_fun(foo,bar):
foo
return foo + bar
The reason I became interested is that I'm trying Light...
Insolvency asked 21/1, 2014 at 14:21
2
Solved
How do I activate vim mode in Light Table 0.6.0. The docs say in the editor mode just type "vim" and it will auto complete, but now it doesn't? What do I add to my user behaviours?
{:+ {
;; The a...
Gingerich asked 11/1, 2014 at 0:33
2
Solved
How do you format code in the LightTable IDE? I'm talking about the equivalent of Ctrl + Shift + F in Eclipse.
Redcoat asked 5/9, 2013 at 23:15
1
Solved
I apologize that I'm new to Clojure. I've found there's not much in the way of tooling or tutorials for the Clojure world that I've been able to digest so far, so I've downloaded Light Table ( http...
Cohlier asked 24/2, 2013 at 22:5
1
© 2022 - 2024 — McMap. All rights reserved.