http://www.kodowa.com/
It started as a KickStarter Project: http://www.kickstarter.com/projects/ibdknox/light-table, you can download and try it at http://app.kodowa.com/playground
RunRev LiveCode doesn't evaluate the code while writing the code. We can type anything in the editor and there'll be a "No errors occured" statement in the Errors tab.
We still have to debug-run to test the code by pressing the "Apply" button.
The "Run(browse) tool" is similar to the Debug/Run command in other IDEs with the only difference is that there's no delay.
If LiveCode IDE could evaluate while typing (as LightTable does), the company name would be DevRev instead of RunRev

Currently the LiveCode debugger even can't catch infinite loops. Following three lines of code will hung the IDE:
Code: Select all
local a = 1
repeat while a = 1
end repeat
I wish Runtime Revolution will become sometime Development Revolution and the IDE will consist from Docked panels
Can someone explain this statement "Make iterative, agile changes in real time".
I have to perform 1-3 steps before the code will be evaluated.
1. Apply in the Code Editor
2. Choose the Run Tool if it isn't selected
3. Click/Press something to test.
Am I missing something?
Is it possible to start some game/app loop and while it is running, modify the code and see result immediately after clicking Apply?
That's poosible with LightTable even without clicking the Apply button