!. map @++ [ 1 4 8 ] #implemented roughly like this: #map f lst: # ] # for i in lst: # f i # [