Jump to content




[WIP] CCIDE


  • You cannot reply to this topic
9 replies to this topic

#1 ds84182

  • Members
  • 184 posts

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:
Posted Image
Computer 0 wants to use Hotcode on Computer 1
Posted Image
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.

#2 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

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

#3 ds84182

  • Members
  • 184 posts

Posted 25 March 2013 - 05:27 AM

View PostGravityScore, on 25 March 2013 - 04:56 AM, said:

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.

#4 ds84182

  • Members
  • 184 posts

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.

#5 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

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

Posted Image

Anyway, this looks really cool.

#6 ds84182

  • Members
  • 184 posts

Posted 25 March 2013 - 03:13 PM

View Postoeed, on 25 March 2013 - 10:27 AM, said:

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

Posted Image

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

#7 Shazz

  • Members
  • 175 posts

Posted 25 March 2013 - 03:32 PM

View Postoeed, on 25 March 2013 - 10:27 AM, said:

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/>

Posted Image

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.

#8 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 25 March 2013 - 08:20 PM

View Postds84182, on 25 March 2013 - 03:13 PM, said:

View Postoeed, on 25 March 2013 - 10:27 AM, said:

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

Posted Image

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

Top left screenshot.

#9 ds84182

  • Members
  • 184 posts

Posted 01 April 2013 - 10:33 AM

View Postoeed, on 25 March 2013 - 08:20 PM, said:

View Postds84182, on 25 March 2013 - 03:13 PM, said:

View Postoeed, on 25 March 2013 - 10:27 AM, said:

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/>

Posted Image

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?

#10 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 01 April 2013 - 06:33 PM

View Postds84182, on 01 April 2013 - 10:33 AM, said:

View Postoeed, on 25 March 2013 - 08:20 PM, said:

View Postds84182, on 25 March 2013 - 03:13 PM, said:

View Postoeed, on 25 March 2013 - 10:27 AM, said:

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/>/>

Posted Image

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.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users