Re: Doc example for 'fish atom'

2017-01-02 Thread Alexander Burger
Hi Jon, > : (fish atom '((a b) c (d e))) > -> (a b c d e) Good idea, thanks! I'll add it to the examples. - Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Doc example for 'fish atom'

2017-01-02 Thread Jon Kleiser
Hi, I think it could be useful to include an example like this in the docs for the ‘fish’ function: : (fish atom '((a b) c (d e))) -> (a b c d e) I found out about ‘fish atom’ here: http://rosettacode.org/wiki/Flatten_a_list#PicoLisp Are there other equally smart ways to flatten a list like '