[plt-scheme] Newbie Lambda( ) (???????????)

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Feb 13 09:22:53 EST 2009

On Fri, Feb 13, 2009 at 1:46 PM, Jesus Boadas <jboadas at gmail.com> wrote:

The value returned by the function serve is the value of the expression

    (lambda ()
      (kill-thread t)
      (tcp-close listener))

This is a function (with no name). This function is bound to the name
stop by the expression

>> (define stop (serve 8081))

HTH,
Noel


Posted on the users mailing list.