RosettaCodeData/Task/HTTP/EchoLisp/http.echolisp

5 lines
154 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
;; asynchronous call back definition
(define (success name text) (writeln 'Loaded name) (writeln text))
;;
(file->string success "http://www.google.com")