From 85df7feacac36f5cd058e86ff81b3f4aa9f0ded8 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 11 Feb 2020 18:35:26 +0100 Subject: new Registry tagging mechanism --- init.moon | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'init.moon') diff --git a/init.moon b/init.moon index 41acabe..d4f7e85 100644 --- a/init.moon +++ b/init.moon @@ -1,7 +1,6 @@ -- run from CLI import monotime, sleep from require 'system' import Logger from require 'logger' -import Registry from require 'registry' import Copilot from require 'copilot' arguments, key = {} @@ -33,11 +32,9 @@ delta = do with time - (last or time) last = time -env = Registry! -copilot = Copilot arguments[1], env +copilot = Copilot arguments[1] while true dt = delta! - copilot\poll! - env\update dt + copilot\update dt -- cgit v1.2.3