Implement the following katas in a language of your choice. The objective is to try to find "canonical" or "idiomatic" solutions to the problems
- Find max number in nested list of numbers [[1 2] [3 4]]
- Validate date
- Check if number is prime
- Generate a prime number series
- Transpose of a matrix