Hi, I’ve been dabbling with Clojure for quite some time now, never done anything serious with it. I’ve come from the Smalltalk environment and never wanted to get into Java but when I found Clojure I thought I’d give it a try. The app that I’m building collects data from several sources, filters it and then reports on it.
So far so good, I can retrieve the data but trying to bring it together I’m stuck.
Basically I have one seq and a list of seqs and I want to bring the content of the list of seqs into the first seq. I’ve tried into, map, for etc but whatever I tried it ends up putting the list as a whole into the first seq as opposed to the items within the list. For example:
Hi @PEZ, Thanks, #flatten did the job. In the many tutorials that I did/read I had come across it but forgotten all about it. @didibus - I’m going to check #mapcat - sounds interesting!
Great language, great group. Thanks!