This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ds84182's profile picture

[WIP] CCIDE

Started by ds84182, 25 March 2013 - 02:49 AM
ds84182 #1
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:
local message = "Hello, \nWorld!"
while true do
print(message)
sleep(1)
end
And
local 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.
GravityScore #2
Posted 25 March 2013 - 04:56 AM
Crap, I better hurry up and finish my (1lann's and my) IDE to beat you! :P/> MWAHAHAHA :P/>
ds84182 #3
Posted 25 March 2013 - 05:27 AM
Crap, I better hurry up and finish my (1lann's and my) IDE to beat you! :P/> MWAHAHAHA :P/>
No need to hurry, I'm taking my time.
ds84182 #4
Posted 25 March 2013 - 09:20 AM
Now the IDE is inish, but Hotcoding is giving me some grief. I don't have full lua supported with it yet.
oeed #5
Posted 25 March 2013 - 10:27 AM
Just so you know, UAC (that annoying box the asks you if you want to change your desktop background) was the worst thing to ever happen to Windows. Hence my shift to the good side :P/>



Anyway, this looks really cool.
ds84182 #6
Posted 25 March 2013 - 03:13 PM
Just so you know, UAC (that annoying box the asks you if you want to change your desktop background) was the worst thing to ever happen to Windows. Hence my shift to the good side :P/>



Anyway, this looks really cool.
First part of the post, I don't understand why that is there.
Second part, thanks.
Shazz #7
Posted 25 March 2013 - 03:32 PM
Just so you know, UAC (that annoying box the asks you if you want to change your desktop background) was the worst thing to ever happen to Windows. Hence my shift to the good side :P/>/>



Anyway, this looks really cool.
Some people just don't know how to disable features. Anyway, this project looks very interesting. I once thought of doing something like this but thought it
probably already exists.
oeed #8
Posted 25 March 2013 - 08:20 PM
Just so you know, UAC (that annoying box the asks you if you want to change your desktop background) was the worst thing to ever happen to Windows. Hence my shift to the good side :P/>



Anyway, this looks really cool.
First part of the post, I don't understand why that is there.
Second part, thanks.

Top left screenshot.
ds84182 #9
Posted 01 April 2013 - 11:33 AM
Just so you know, UAC (that annoying box the asks you if you want to change your desktop background) was the worst thing to ever happen to Windows. Hence my shift to the good side :P/>/>



Anyway, this looks really cool.
First part of the post, I don't understand why that is there.
Second part, thanks.

Top left screenshot.
And? Would you rather someone run their code on your computer?
Dlcruz129 #10
Posted 01 April 2013 - 07:33 PM
Just so you know, UAC (that annoying box the asks you if you want to change your desktop background) was the worst thing to ever happen to Windows. Hence my shift to the good side :P/>/>/>



Anyway, this looks really cool.
First part of the post, I don't understand why that is there.
Second part, thanks.

Top left screenshot.
And? Would you rather someone run their code on your computer?

Relax, it's a joke.