Posted 25 March 2013 - 03:49 AM
Yes, I am making an IDE, but the new thing with the IDE is HotCoding. Hot coding lets you change functions in realtime while the code is running, in this case, code running on another computer. With this new feature, you can edit turtle code with a computer, terminate turtle code without running after it, and debug running applications all from your home.
Right now, I only have a small bit of Hotcode working, and I don't even have an IDE to edit and deploy.
All I can show you is:
Computer 0 wants to use Hotcode on Computer 1
Computer 0 sent inital code, but then it replaced the function Loops.while1block.
The code that was running for the hotcode was:
I currently have no downloads, as I said, the IDE isn't in.
Right now, I only have a small bit of Hotcode working, and I don't even have an IDE to edit and deploy.
All I can show you is:
Computer 0 wants to use Hotcode on Computer 1
Computer 0 sent inital code, but then it replaced the function Loops.while1block.
The code that was running for the hotcode was:
local message = "Hello, \nWorld!"
while true do
print(message)
sleep(1)
end
Andlocal message = "Hello, \nWorld!"
while true do
print(message.."lol")
sleep(1)
end
I currently have no downloads, as I said, the IDE isn't in.