IMO lack of support for them (because of the lack of a good syntax) is the main downside of Python’s significant indentation.
def my_map_function(x): # do stuff
new_list = map(my_map_function, my_list)
?
IMO lack of support for them (because of the lack of a good syntax) is the main downside of Python’s significant indentation.