|
|
|
|
|
by virtualwhys
4806 days ago
|
|
this...makes me laugh, thanks ;-) I would agree that the real world can bait one in the ass, out of the blue, just, what the, things are trying to eat my ass! As for herding spherical cows and the vacuum, I'll do my best: val maybeCow = Some(1) // SomeOne is the speherical mu (i.e. you)
maybeCow getOrElse 0 // Cow here becomes 1 with the universe
Were maybeCow initialized with a None value, then into the vacuum it goes...and out it comes with a safe 0 to keep order in our [application] universe. |
|