#lang scheme (provide the-eval) (define the-eval (let ([the-eval (make-base-eval)]) #;(the-eval '(require "../main.ss")) the-eval))