Kevin Watters

Results 12 comments of Kevin Watters

specifically something like this: ``` local live_files = {} local last_check_time = 0 local CHECK_INTERVAL_SECS = 0.3 local function check_live_files() for filename, contents in pairs(live_files) do local f = io.open(filename,...

I have it doing the actual file check every 2 seconds or something. Basically my point is, being able to hack together a live-reload harness type thing from Lua is...