Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

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