Another possibility would be to put the function in a different module, and pass the name between places, so that you can `dynamic-require` the function in the other place. This is how actual place startup works (see the dynamic-place function) and might work well for you.
Sam On Wed, Jan 25, 2017 at 12:14 PM, Andreas Olsson <photoguy....@gmail.com> wrote: > Okay, that explains it. I've made a parallel map function but since I can't > pass procedures it had to be quoted lambdas, but that works well. > > -- > 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. > For more options, visit https://groups.google.com/d/optout. -- 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. For more options, visit https://groups.google.com/d/optout.