On Sat, Oct 14, 2017 at 11:50 PM,  <matti.dahl...@qvik.fi> wrote:
>
> In addition (or instead of) the ternary operator; I would very much like to
> see an operator like:
>
> Python's OR for selecting a non-None value:
>
> foo = bar or baz
>
> Swift's ?? operator for using a value if non-nil or otherwise another value:
>
> foo = bar ?? "default"

Go doesn't have a general None or nil value, so this seems
underspecified.  It also doesn't seem to fit well with the language,
which is careful to avoid constructs like implicit conversion to bool.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to