|
|
|
|
|
by schonfinkel
310 days ago
|
|
There are some libraries (based on parse transforms) that introduce a sort of "do" notation to deal with this issue (erlando and its variations come to mind). Also, the latest versions of OTP have introduced the `maybe` expression: https://www.erlang.org/eeps/eep-0049 |
|
I know there are monad libraries using parse transforms and/or list comprehensions, but I often found their use is frowned upon in the Erlang community. I kind of assumed the GP in this thread would reject them, given their negative opinion on macros.