scratch directory
This commit is contained in:
parent
75cd94cc2d
commit
e158b49c4e
|
@ -1,4 +1,4 @@
|
||||||
;;; thttpdaemon.scm - a scheme web daemon
|
;;; scratch.scm - a scheme utility library
|
||||||
;;;
|
;;;
|
||||||
;;; Copyright (c) 2011-2012 Johan Ceuppens
|
;;; Copyright (c) 2011-2012 Johan Ceuppens
|
||||||
;;;
|
;;;
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
;;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
;;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
;;; THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
;;; THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
(define (get-response-f lst)
|
(define (get-response-f lst)
|
||||||
(define (get return)
|
(define (get return)
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (element)
|
(lambda (element)
|
||||||
|
@ -41,5 +41,5 @@
|
||||||
(call-with-current-continuation get))
|
(call-with-current-continuation get))
|
||||||
gen)
|
gen)
|
||||||
|
|
||||||
(define (get-response l)
|
(define (get-response l)
|
||||||
(get-response-f l))
|
(get-response-f l))
|
||||||
|
|
Loading…
Reference in New Issue