A lightweight programming environment for desktop and mobile devices
new_pane = function()
	local result = {}
	result.editor_state = code_editor_state()
	result.output_editor_state = output_editor_state(result.editor_state)
	return result
end