Example repo showing a LÖVE app whose source code can be edited from within the app.
function love.conf(t)
  t.identity = 'pong'
end