Hi guys,

Pollen makes use of something like this:

(require syntax/parse/define)

(define-simple-macro (#%top . x) 'x)


and it comes in handy in some of my projects. But I’m wondering if there’s an 
equivalent for redirecting an application that hasn’t been defined? 

In other words, if foo is not a procedure then (foo 1 2 3) would redirect to 
(do-this foo 1 2 3) where do-this is defined?

Any help is appreciated. 

Thanks!

Kevin

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/B7AAB6F2-9BBB-4C81-B29F-4B29B6F687D1%40gmail.com.

Reply via email to