For Antara

The mellow embrace of blue,
With a silent whisper of white,
Dipped gently in lavender,
Flowing fill into sight.

The quiet stretch of infinity,
Peering deep into the soul,
An ocean of serenity,
Washing away the toll.

An impossible canvas beheld,
Each stroke brushed past,
Dark painted darker,
A memory etched last.

Persuasive, pristine, perfect,
A shapeless void in flight;
That, my dear,
Is the beauty of night.

 
13
Kudos
 
13
Kudos

Now read this

Context capturing C function pointers in Swift.

Take the following code: func foo() { let bar = NSObject() let f: (@convention(c) () -> ()) = { print(bar) } } This will not compile. You will instead be presented with the following error: error: a C function pointer cannot be formed... Continue →