internal void init_repl() { for(;;) { print("reading user input..."); // TODO(nasr): design a repl system sleep(1); } }