Welcome to the CHICKEN Scheme pasting service

arrow-stuff added by shaungilchrist on Wed Aug 21 03:03:00 2013

(define-syntax -> 
  (syntax-rules ()
    ((-> ?x) ?x)
    ((-> ?x (?form)) (?form ?x))
    ((-> ?x (?form . ?more)) (?form ?x . ?more))
    ((-> ?x ?form) (?form ?x))
    ((-> ?x ?form . ?more) (-> (-> ?x ?form) . ?more))))
    
(define-syntax ->> 
  (syntax-rules ()
    ((->> ?x) ?x)
    ((->> ?x (?form)) (?form ?x))
    ((->> ?x (?form ...)) (?form ... ?x))
    ((->> ?x ?form) (?form ?x))
    ((->> ?x ?form . ?more) (->> (->> ?x ?form) . ?more))))
    

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
Which module provides `process-wait'?
Visually impaired? Let me spell it for you (wav file) download WAV