X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=actors.git;a=blobdiff_plain;f=testing_factorial1.scm;h=66006611be2065211ac047f5879c61fa21d13d33;hp=09aafda907a65f5e950e787bb32863c07b8bb866;hb=f1da9dd563657b366b9918d5d5e6b61c1e59c43b;hpb=0dadc9967c78efaafcfbbc48897163e6bfc93c8b 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)