Is there an IDE that does something similar to wha...
# thinking-together
j
Is there an IDE that does something similar to what is in this demo?

https://youtu.be/H58-n7uldoU

I couldn’t find these features even in LightTable itself (seems they were originally planned but somehow lost/not documented) This sort of parallel view thing would be very helpful
❤️ 3
c
which feature in particular @Josh Cho? the visual notebook style stuff has been picked up pretty well by https://observablehq.com/
👍 1
j
@comma having the code duplicate on the right and auto-replacing variables with test variables and their results
r
Xcode Playgrounds do something like this for Swift https://www.appcoda.com/learnswift/playgrounds.html One of the use cases for my own app, Repla, is being able to do things like this in a separate app that you'd use side-by-side with your existing editor. https://repla.app/live-coding.html There's a Visual Studio Code plugin called Neuron that does something similar too https://blogs.msdn.microsoft.com/uk_faculty_connection/2018/10/29/data-science-in-visual-studio-code-using-neuron-a-new-vs-code-extension/
👍 1
If anyone knows about other ways to get these features please share!
i
Light table itself has that, it's called the instarepl
💯 4
That bit only worked for Clojure though
i
@Josh Cho Just in case you haven't seen it, after Chris handed off Light Table to the community, he worked on a project called Eve that has other interesting ideas about juxtaposing the code and a live view of the data. Here's a nice overview of some of the prototypes they created: http://futureofcoding.org/essays/eve/
👍 1
p
For js you have: https://quokkajs.com/ It has plugins for IntelliJ / VSCode as well. Has a free part / version.