mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Added SO link
This commit is contained in:
parent
ab48faaa5e
commit
1436694c80
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@
|
||||||
(cons
|
(cons
|
||||||
;; Experimental version of call-with-values, but this
|
;; Experimental version of call-with-values, but this
|
||||||
;; is not working yet!
|
;; is not working yet!
|
||||||
|
;;
|
||||||
|
;; may want to look at:
|
||||||
|
;; http://stackoverflow.com/questions/16674214/how-to-implement-call-with-values-to-match-the-values-example-in-r5rs
|
||||||
'(define call-with-values
|
'(define call-with-values
|
||||||
(lambda (k producer consumer)
|
(lambda (k producer consumer)
|
||||||
(producer
|
(producer
|
||||||
|
|
Loading…
Add table
Reference in a new issue