Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Scheme interpreter - Other Code Bank
Scheme interpreter
Scheme interpreter (in one line of code)
(define (interpret) (write (eval (read))) (interpret))
;; to start the interpreter (on top of the existing one), type (interpret)
Comments
Sorry but there are no comments to display