Hi all,

is there a way to do something like this? :
(define f (lambda (b) (myFunction ,@b)))

i.e. b is expected to be a list and I want to splice that list when calling 
myFunction, but I'm not in a backquoted context.

e.g. I would like (f '(x y)) to result in (myFunction x y)

Thanks,

Hans


-- 
A liberal is a person whose interests aren't at stake at the moment
  -- Willis Player

Hans Schippers
Research Assistant of the Research Foundation - Flanders (FWO - Vlaanderen)
http://www.win.ua.ac.be/~hschipp/
Formal Techniques in Software Engineering (FoTS)
University of Antwerp
Middelheimlaan 1
2020 Antwerpen - Belgium
Phone: +32 3 265 38 71
Fax: +32 3 265 37 77
_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to