Swift on Android: The Future of Cross-Platform Programming or White Whale?

Eric Wing gives you a conceptual understanding of how Swift works on Android and how you can use it Read more

Similar

Toy3D 3D engine using Swift and Metal

Toy3D is a simple 3D engine built using Swift, Metal and MetalKit. Toy3D is not intended to be a high performance 3D engine or even used in any real application, it doesn’t have any fancy optimizations or a large feature set. (more…)

Read more »

Swift type checking is undecidable

More precisely, the introduction of SE-0142 and SE-0157 has made canonical type computation into an undecidable problem. I'll begin with the necessary background information before presenting my argument, and then outlining the next steps. Canonical type... (more…)

Read more »