~scompall/+junk/scheme-stuff

« back to all changes in this revision

Viewing changes to linq.scm

  • Committer: Stephen Compall
  • Date: 2011-08-07 21:25:38 UTC
  • Revision ID: scompall@nocandysw.com-20110807212538-31liqksncydeedyi
make docstring a comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                     (apply n-arity args)
26
26
                     one-arities)))))))
27
27
 
 
28
;;; Thread each form as the first argument to its successor.
28
29
(define-syntax ->
29
 
  "Thread each form as the first argument to its successor."
30
30
  (syntax-rules ()
31
31
    ((_ form) form)
32
32
    ((_ form (outer-car outer-cdr ...) forms ...)