Swift: Assigning an expression to a variable with the same name

It’s now possible to create a local variable that’s assigned to an expression that has the same name, without having to manually disambiguate with ‘self’. Read more

Similar

Swift CryptoKit and Browser

This previous article explains how to read ChaCha20-Poly encrypted data using Ruby or Python. My first goal is to ensure other languages can read data encrypted within Beam, but the end goal is to decrypt it within your browser, using client-side HTML and... (more…)

Read more »