Tag: concurrent programming
Introduction to SageMath
Sage is wonderful open source software as it covers almost all areas of mathematics, with varying levels of sophistication. It has all the built-in...
Joy of Programming: Fail Fast!
When a problem occurs in the software, it should fail immediately, in an easily noticeable way. This "fail fast" behaviour is desirable, and we'll...