RosettaCodeData/Task/HTTP/EchoLisp/http.echolisp

5 lines
154 B
Plaintext

;; asynchronous call back definition
(define (success name text) (writeln 'Loaded name) (writeln text))
;;
(file->string success "http://www.google.com")