X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=blobdiff_plain;f=examples%2Fmetacirc.scm;h=fe4c965d723b015703c0cd475efc2c481b4e705f;hp=a1ad1dd35951de7823267a0de7d1f81d22133abe;hb=6c019df6b459c86bf5de4fd817db2316038935da;hpb=d4ae0e01241394afc3c5e3dcdf702ee886ef4ade diff --git a/examples/metacirc.scm b/examples/metacirc.scm index a1ad1dd..fe4c965 100644 --- a/examples/metacirc.scm +++ b/examples/metacirc.scm @@ -2,6 +2,8 @@ ;; Mandatory SICP Metacircular Evaluator ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; To use, simply (load "metacirc.scm") and run the (driver-loop) command. + (define apply-in-underlying-scheme apply) (define true #t) (define false #f) @@ -367,5 +369,3 @@ (define the-global-environment (setup-environment)) - -(driver-loop)