Shilop Scheme added by DerGuteMoritz on Mon Oct 3 20:58:21 2011

(define-syntax ´
  (lambda (exp rename compare)
    (let* ((fn (last exp))
	   (args (reverse (cdr (butlast exp)))))
      `(,fn ,@args))))