<div>Gambit's default behavior is to switch thread after each REP in the repl. Is there a way to override this?</div><div><br></div><div>Thanks</div><div><br></div><div>(As an example, below I evaluate 1 2 3 4 in a sequence with two threads in the repl. Possibly something in the style of ,repl-stop-switching-between-threads 1 2 3 4 ,reset-repl-to-default-switching-mode could do it.</div>
<div><br></div><div>> 1</div><div>1</div><div>------------- REPL is now in #<thread #2> -------------</div><div>> 2</div><div>2</div><div>------------- REPL is now in #<thread #1 primordial> -------------</div>
<div>> 3</div><div>3</div><div>------------- REPL is now in #<thread #2> -------------</div><div>> 4</div><div>4</div><div>------------- REPL is now in #<thread #1 primordial> -------------</div><div>></div>
<div><br></div><div>)</div><div><br></div>