Programming environment for editing various of my live apps without restarting them.
table_and_array_both_empty = function(x)
	for _,_ in pairs(x) do
		return false
	end
	return true
end