-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Labels
Milestone
Description
There are two items that I want to address:
- Make it use the same "truth" function as if/with/not/and -- but we should think a little if this would break stuff
- Lazily invocation of passed funcs/methods
Basically I want to be able to do something ala:
n := cond .File .File.Filename .Name
Maybe not the best example, but imagine a nilpointer scenario etc.
willfaught, chalin and giggio