1. Who owns the memory? How is the memory freed?
2. C doesn't have a lambda syntax, so using functional idioms like map, etc is a bit more boilerplate.
3. Lack of generics is painful (print_ushort_array, print_double_array, print_ulong_array, print_long_long_array)
1. Who owns the memory? How is the memory freed?
2. C doesn't have a lambda syntax, so using functional idioms like map, etc is a bit more boilerplate.
3. Lack of generics is painful (print_ushort_array, print_double_array, print_ulong_array, print_long_long_array)