W9: choosing a way of life

For the first half of the week, I got Nacre a little bit further forward; now it's possible to compile some relatively simple programs. The tests working so far showcase some Bool operations and an Option::map, which requires enums with fields, closure passing, plenty of foreign function interface gimmicks and generic specialization. The test code for this one looks like this:

fn test(f: Bool -> Bool, x: Option Bool) {
    x.map f
};

And, speaking of specialization, I attended some conferences in Madrid during the second half of the week, regarding the choice of a medical specialty. I've been transcribing my notes for the last few hours, and I've arranged an interview with professionals in my target field later this week. So far everything seems clearer than ever for me: I want to become a psychiatrist.