2. Reverse
Now you have:
words | map read | sum
Or..
$ cat words | map -e read | sum
words |> map read |> sum
I do like pipelines though!