I would like to handle errors in pure FP (functional programming), something more idiomatic and easier to read than nested try/catch blocks. Let’s say we have the following procedure, This is pretty straightforward. Given a list of numbers (represented as strings), compute the areas of these as circles, and then divide by a common divisor […]