From 759d2d541d943fe95138789477fa6faddf6e3e08 Mon Sep 17 00:00:00 2001 From: glenda Date: Sun, 11 Sep 2022 09:17:43 +0000 Subject: Clone all symbols in scope when spawning a new thread (closures), since the scope may get freed. --- runtime/start.apl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/start.apl b/runtime/start.apl index 70df0fb..d65d0bc 100644 --- a/runtime/start.apl +++ b/runtime/start.apl @@ -50,4 +50,4 @@ ⍵ } {∇ ⍵ handle {1 ⍵}⍇⍬} indented -}&'session'⊢0 ⎕self ('APL9> ') +}&'session'⊢0 ⎕self (6⍴' ') -- cgit v1.2.3