X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=testing_factorial1.scm;h=66006611be2065211ac047f5879c61fa21d13d33;hb=dfdc81810039a9609f80f3c5f0ba53f8d3e96e7a;hp=09aafda907a65f5e950e787bb32863c07b8bb866;hpb=758646ce472f2610b3100779fcf2b8ad15481a4e;p=actors.git diff --git a/testing_factorial1.scm b/testing_factorial1.scm index 09aafda..6600661 100644 --- a/testing_factorial1.scm +++ b/testing_factorial1.scm @@ -1,5 +1,7 @@ (load "actors.scm") +(define trace-enabled #t) + (define factorial (make-actor-with-address 'factorial (lambda (self customer . message)