Welcome to the CHICKEN Scheme pasting service

non-working SXML pasted by sECuRE on Sun Oct 21 15:32:50 2012

(define-page (main-page-path)
  (lambda ()
    (let ((articles (products-for-group (get-group "4582109"))))
      `(h1 "Articles")
      ,(lambda (article)
	 `(strong ,(alist-ref 'name article))
	 articles))))

Maybe this? added by mario-goulart on Sun Oct 21 15:37:42 2012

(define-page (main-page-path)
  (lambda ()
    (let ((articles (products-for-group (get-group "4582109"))))
      `((h1 "Articles")
	,@(map (lambda (article)
		 `(strong ,(alist-ref 'name article))
		 articles))))))

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
Which egg implements the CHICKEN wiki?
Visually impaired? Let me spell it for you (wav file) download WAV