Welcome to the CHICKEN Scheme pasting service

no title added by anonymous on Tue Jan 28 21:37:25 2014

(define (make-netrepl)
  (let ((socket (tcp-listen 1157)))
    (lambda ()
        (when (tcp-accept-ready? socket)
          (let-values (((i o) (tcp-accept socket)))
            (eval (read i))
            (tcp-close socket)
            (set! socket (tcp-listen 1157))
            (display "executed netrepl code\n"))))))

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
What's the Makefile target to generate the bootstrap compiler of CHICKEN?
Visually impaired? Let me spell it for you (wav file) download WAV