I've read the syntax-parse and its documentation, and I'd like to know if there's a way for a macro to accept a varying number of parameters without them having to be handled in a uniform way, spliced into a list.
I'd like to be able to expand (foo a1 a2 a3 a4 a5) into something like (bar a1 (bar a2 (bar a3 (bar a4 (bar a5 (barend)))))) or even something fancier, something recursively instead of iteratively defined. -- hendrik -- 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/20190921202908.s7mgnqoxvs4lphgk%40topoi.pooq.com.