xCodea - a live coding environment for large Codea projects

@tnlogy eheh thanks! :slight_smile:

@Simeon run, touch, boom. Alternatively, run, tap back-arrow, boom.

function setup()
  -- use a host that doesn't fail on DNS lookup but doesn't serve http either
  -- to simulate a "long polling" httpd
  http.request("http://google.com:12345", 
    function()print('done')end,function()print('err')end)
end
function touch()
  close()
end

This changed my life.
brolove fistbumphug oh knight in shining armor, for thou have dashed forward into adventure and uncovered a treasure of men!

will xcodea work on current iOS versions? I get strange errors in xCodea main.lua
on my iPad around line 96: β€œtime must be a positive number: Was 0” ???