PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

map

#map

More content

Read more stories on Hashnode


Articles with this tag

Working with Lists - Mapping functions

Jan 25, 20228 min read

In one of the last posts, we discussed functions to add or remove items from lists with push, pop and so on. Today, we will see how to apply functions...

Working with Lists - Mapping functions