williamn (William Newbery)
- Login: williamn
- Registered on: 08/16/2017
- Last sign in: 08/16/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
08/16/2017
-
11:45 PM Ruby Feature #13820: Add a nil coalescing operator
- shevegen (Robert A. Heiler) wrote:
> By the way, did you actually propose an actual syntax? The two '?'?
Not really personally set on any given syntax, just `??` and `//` are familiar to me from other programming. Although actually f... -
10:50 AM Ruby Feature #13820 (Open): Add a nil coalescing operator
- It would be nice if Ruby had an operator that only considered `nil` as false, like the null coalescing operators or "Logical Defined-Or operator" (Perl) found in some other languages. Ive seen things like `//` and `//=`m `??` and `??=`, ...