Settings

Theme

First-Class Statistical Missing Values Support in Julia 0.7

julialang.org

34 points by Acur 8 years ago · 2 comments

Reader

Eridrus 8 years ago

This is pretty cool.

At one point, I had to write some code to deal with messy JSON that was highly nested, and being able to use the null conditional operator (?.) to read things deep in the tree without crashing was very useful from both a sanity and also readability perspective.

This seems like a more general approach, assuming missing.blah_property would also return missing.

elcritch 8 years ago

User extensible types on core functionality is where Julia really shines! Looking forward to see how the downstream libraries use it.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection