Yeah that is much more concise than mine. My newbie lack of knowledge on the stdlib is showing.
Ken On Saturday, October 29, 2016 at 11:12:50 AM UTC-4, Stephen Chang wrote: > string-join already expects a list of strings, so are you sure you want apply? > Can you give a more specific example? > > Perhaps map or some other iteration is what you want? > > (for ([strs '(("a" "b") ("c" "D" "E"))]) > (displayln (string-join strs " "))) > > => > a b > c D E > -- 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.