clojurewerkz

mbjarland 2017-09-05T08:38:41.000019Z

anybody here? I have a question about buffy

mbjarland 2017-09-05T08:39:32.000394Z

specifically dynamic frames...if I have already defined names for all the fields in the frame, why does the decompose function return a vector of values?

mbjarland 2017-09-05T08:39:52.000309Z

I then have to re-name the values I already named using something like zipmap...I'm assuming I'm missing something here?