On Monday, 2 June 2014 at 23:01:56 UTC, deadalnix wrote:
On Monday, 2 June 2014 at 22:53:10 UTC, ponce wrote:
- no exceptions (!)

How do they do error handling ?


With optional types like in most FP languages.

The language needs to keep compatibility with the Objective-C
runtime, and Objective-C exceptions never worked across all
scenarios. Just check the Objective-C and Cocoa documentation
about possible caveats.

--
Paulo

Reply via email to