hmm… no mention of search/replace? Whatever, I'll try it anyway.
[deleted]
Light Table 0.4 released
11–20 of 193 posts
Re: Light Table 0.4 released
#12Re: Light Table 0.4 released
#13I look forward to writing (essentially vim-) plugins for light table in javascript. Some day soon? Extensions were mentioned on the blog about a year ago ( http://www.chris-granger.com/2012/04/15/light-tables-numbers... ), but as far as I can tell, they're still not here yet :(
Re: Light Table 0.4 released
#14Re: Light Table 0.4 released
#15Very impressive demo. So happy to finally see python support. What is used for the javascript rendering? I assume since they are using the chrome dev tools they are embedding chromium into Lighttable?
Re: Light Table 0.4 released
#16Re: Light Table 0.4 released
#17I dream of the day Light Table has Go support.
If there was a decent way to handle dynamic evaluation though, it could certainly be added, and without too much issue I would imagine :)
Re: Light Table 0.4 released
#18Very impressive demo. So happy to finally see python support. What is used for the javascript rendering? I assume since they are using the chrome dev tools they are embedding chromium into Lighttable?
I am fairly sure that Light Table is a node-webkit[1] app, so your assumption should be correct. [1] https://github.com/rogerwang/node-webkit
FTW.
Re: Light Table 0.4 released
#19Re: Light Table 0.4 released
#20I dream of the day Light Table has Go support.
You know, I looked into this briefly and based on the way go works, it's not clear to me how useful it would be. Go doesn't really have a good REPL, which is an indication. If there was a decent way to handle dynamic evaluation though, it could certainly be added, and without too much issue I would imagine :)
Also if I am figuring out something OBO (off by one) prone sometimes I use this to double check myself: http://play.golang.org/