def make_list_from_string(string):
    return utilities.reduce_list(string, ord)